Shades of Cranberry #D85A79
Tints of Cranberry #D85A79
RGB
CMYK
RGB Variations
Color information
#D85A79 (or 0xD85A79) is known color: Cranberry. HEX triplet: D8, 5A and 79. RGB value is (216,90,121). Sum of RGB (Red+Green+Blue) = 216+90+121=427 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.59% from 427); Green value is 90 (35.55% from 255 or 21.08% from 427); Blue value is 121 (47.66% from 255 or 28.34% from 427); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85A79 is #27A586. Grayscale: #838383. Windows color (decimal): -2598279 or 7953112. OLE color: 7953112.
HSL color Cylindrical-coordinate representation of color #D85A79: hue angle of 345.24º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D85A79 is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 90 | 121 | - |
| CMYK | 0 | 0.58 | 0.44 | 0.15 |
| HSL | 345.24º | 0.62% | 0.6% | - |
| HSV(B) | 345.24º | 0.58% | 0.85% | - |
| XYZ | 35.43 | 23.29 | 20.72 | - |
| YUV | 131.21 | 122.24 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 90 | 121 | 0 | 0.58 | 0.44 | 0.15 | 345.24 | 0.62 | 0.6 |
| Hex | D8 | 5A | 79 | 0 | 3A | 2C | F | 159 | 3E | 3C |
| Octal | 330 | 132 | 171 | 0 | 72 | 54 | 17 | 531 | 76 | 74 |
| Binary | 11011000 | 1011010 | 1111001 | 0 | 111010 | 101100 | 1111 | 101011001 | 111110 | 111100 |
Color Harmonies of #D85A79
Complementary color
Monochromatic Colors of #D85A79
Black with #D85A79
Text Example
Text Example
White with #D85A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85A79; }
p { color: rgb(216,90,121); }
H1.HeaderClassName
{
color: #D85A79;
}
.AnyTagClassName
{
color: #D85A79;
}
</style>
background-color css
<style>
a { background-color: #D85A79; }
a { background-color: rgb(216,90,121); }
div.DivClassName
{
background-color: #D85A79;
}
.BgClassName
{
background-color: #D85A79;
}
</style>
border-color css
<style>
span { border-color: #D85A79; }
span { border-color: rgb(216,90,121); }
td.TdClassName
{
border-color: #D85A79;
}
.TagClassName
{
border-color: #D85A79;
}
</style>