Shades of Cranberry #D64F78
Tints of Cranberry #D64F78
RGB
CMYK
RGB Variations
Color information
#D64F78 (or 0xD64F78) is known color: Cranberry. HEX triplet: D6, 4F and 78. RGB value is (214,79,120). Sum of RGB (Red+Green+Blue) = 214+79+120=413 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.82% from 413); Green value is 79 (31.25% from 255 or 19.13% from 413); Blue value is 120 (47.27% from 255 or 29.06% from 413); Max value from RGB is 214 - color contains mainly: red. Hex color #D64F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D64F78 is #29B087. Grayscale: #7C7C7C. Windows color (decimal): -2732168 or 7884758. OLE color: 7884758.
HSL color Cylindrical-coordinate representation of color #D64F78: hue angle of 341.78º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D64F78 is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 79 | 120 | - |
| CMYK | 0 | 0.63 | 0.44 | 0.16 |
| HSL | 341.78º | 0.62% | 0.57% | - |
| HSV(B) | 341.78º | 0.63% | 0.84% | - |
| XYZ | 33.92 | 21.24 | 20.08 | - |
| YUV | 124.04 | 125.73 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 79 | 120 | 0 | 0.63 | 0.44 | 0.16 | 341.78 | 0.62 | 0.57 |
| Hex | D6 | 4F | 78 | 0 | 3F | 2C | 10 | 156 | 3E | 39 |
| Octal | 326 | 117 | 170 | 0 | 77 | 54 | 20 | 526 | 76 | 71 |
| Binary | 11010110 | 1001111 | 1111000 | 0 | 111111 | 101100 | 10000 | 101010110 | 111110 | 111001 |
Color Harmonies of #D64F78
Complementary color
Monochromatic Colors of #D64F78
Black with #D64F78
Text Example
Text Example
White with #D64F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64F78; }
p { color: rgb(214,79,120); }
H1.HeaderClassName
{
color: #D64F78;
}
.AnyTagClassName
{
color: #D64F78;
}
</style>
background-color css
<style>
a { background-color: #D64F78; }
a { background-color: rgb(214,79,120); }
div.DivClassName
{
background-color: #D64F78;
}
.BgClassName
{
background-color: #D64F78;
}
</style>
border-color css
<style>
span { border-color: #D64F78; }
span { border-color: rgb(214,79,120); }
td.TdClassName
{
border-color: #D64F78;
}
.TagClassName
{
border-color: #D64F78;
}
</style>