Shades of Cranberry #D64A6F
Tints of Cranberry #D64A6F
RGB
CMYK
RGB Variations
Color information
#D64A6F (or 0xD64A6F) is known color: Cranberry. HEX triplet: D6, 4A and 6F. RGB value is (214,74,111). Sum of RGB (Red+Green+Blue) = 214+74+111=399 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.63% from 399); Green value is 74 (29.30% from 255 or 18.55% from 399); Blue value is 111 (43.75% from 255 or 27.82% from 399); Max value from RGB is 214 - color contains mainly: red. Hex color #D64A6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64A6F is #29B590. Grayscale: #787878. Windows color (decimal): -2733457 or 7293654. OLE color: 7293654.
HSL color Cylindrical-coordinate representation of color #D64A6F: hue angle of 344.14º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D64A6F is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 74 | 111 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.16 |
| HSL | 344.14º | 0.63% | 0.56% | - |
| HSV(B) | 344.14º | 0.65% | 0.84% | - |
| XYZ | 33.05 | 20.34 | 17.22 | - |
| YUV | 120.08 | 122.88 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 74 | 111 | 0 | 0.65 | 0.48 | 0.16 | 344.14 | 0.63 | 0.56 |
| Hex | D6 | 4A | 6F | 0 | 41 | 30 | 10 | 158 | 3F | 38 |
| Octal | 326 | 112 | 157 | 0 | 101 | 60 | 20 | 530 | 77 | 70 |
| Binary | 11010110 | 1001010 | 1101111 | 0 | 1000001 | 110000 | 10000 | 101011000 | 111111 | 111000 |
Color Harmonies of #D64A6F
Complementary color
Monochromatic Colors of #D64A6F
Black with #D64A6F
Text Example
Text Example
White with #D64A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64A6F; }
p { color: rgb(214,74,111); }
H1.HeaderClassName
{
color: #D64A6F;
}
.AnyTagClassName
{
color: #D64A6F;
}
</style>
background-color css
<style>
a { background-color: #D64A6F; }
a { background-color: rgb(214,74,111); }
div.DivClassName
{
background-color: #D64A6F;
}
.BgClassName
{
background-color: #D64A6F;
}
</style>
border-color css
<style>
span { border-color: #D64A6F; }
span { border-color: rgb(214,74,111); }
td.TdClassName
{
border-color: #D64A6F;
}
.TagClassName
{
border-color: #D64A6F;
}
</style>