Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Cranberry | D44E77 | #D44E77 | 212, 78, 119 | 83.14, 30.59, 46.67 | 0, 63.21, 43.87, 16.86 | 341.64179104478, 63.207547169811, 83.137254901961 |
Color #d44e77 is Cranberry. In RGB: 83.14, 30.59, 46.67. In CMYK: 0, 63.21, 43.87, 16.86.
div { background: #d44e77; color: #000; }
div { background: #d44e77; color: #fff; }
div { background: linear-gradient(to bottom, #B6315E 0%, #F26A91 100%); color: #000; }
div { background: linear-gradient(to bottom, #F26A91 0%, #B6315E 100%); color: #000; }
div { background: linear-gradient(to bottom, #B6315E 0%, #F26A91 100%); color: #fff; }
div { background: linear-gradient(to bottom, #F26A91 0%, #B6315E 100%); color: #fff; }
div { border: 1px solid #d44e77; }
div { border: 5px solid #d44e77; }
div { border: 1px dashed #d44e77; }
div { border: 5px dashed #d44e77; }
div { border: 1px dotted #d44e77; }
div { border: 5px dotted #d44e77; }