Shades of Cranberry #D64E72
Tints of Cranberry #D64E72
RGB
CMYK
RGB Variations
Color information
#D64E72 (or 0xD64E72) is known color: Cranberry. HEX triplet: D6, 4E and 72. RGB value is (214,78,114). Sum of RGB (Red+Green+Blue) = 214+78+114=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 78 (30.86% from 255 or 19.21% from 406); Blue value is 114 (44.92% from 255 or 28.08% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D64E72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D64E72 is #29B18D. Grayscale: #7A7A7A. Windows color (decimal): -2732430 or 7491286. OLE color: 7491286.
HSL color Cylindrical-coordinate representation of color #D64E72: hue angle of 344.12º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D64E72 is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 78 | 114 | - |
| CMYK | 0 | 0.64 | 0.47 | 0.16 |
| HSL | 344.12º | 0.62% | 0.57% | - |
| HSV(B) | 344.12º | 0.64% | 0.84% | - |
| XYZ | 33.49 | 20.96 | 18.2 | - |
| YUV | 122.77 | 123.06 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 78 | 114 | 0 | 0.64 | 0.47 | 0.16 | 344.12 | 0.62 | 0.57 |
| Hex | D6 | 4E | 72 | 0 | 40 | 2F | 10 | 158 | 3E | 39 |
| Octal | 326 | 116 | 162 | 0 | 100 | 57 | 20 | 530 | 76 | 71 |
| Binary | 11010110 | 1001110 | 1110010 | 0 | 1000000 | 101111 | 10000 | 101011000 | 111110 | 111001 |
Color Harmonies of #D64E72
Complementary color
Monochromatic Colors of #D64E72
Black with #D64E72
Text Example
Text Example
White with #D64E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64E72; }
p { color: rgb(214,78,114); }
H1.HeaderClassName
{
color: #D64E72;
}
.AnyTagClassName
{
color: #D64E72;
}
</style>
background-color css
<style>
a { background-color: #D64E72; }
a { background-color: rgb(214,78,114); }
div.DivClassName
{
background-color: #D64E72;
}
.BgClassName
{
background-color: #D64E72;
}
</style>
border-color css
<style>
span { border-color: #D64E72; }
span { border-color: rgb(214,78,114); }
td.TdClassName
{
border-color: #D64E72;
}
.TagClassName
{
border-color: #D64E72;
}
</style>