Shades of Cranberry #D85B7C
Tints of Cranberry #D85B7C
RGB
CMYK
RGB Variations
Color information
#D85B7C (or 0xD85B7C) is known color: Cranberry. HEX triplet: D8, 5B and 7C. RGB value is (216,91,124). Sum of RGB (Red+Green+Blue) = 216+91+124=431 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50.12% from 431); Green value is 91 (35.94% from 255 or 21.11% from 431); Blue value is 124 (48.83% from 255 or 28.77% from 431); Max value from RGB is 216 - color contains mainly: red. Hex color #D85B7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85B7C is #27A483. Grayscale: #848484. Windows color (decimal): -2598020 or 8149976. OLE color: 8149976.
HSL color Cylindrical-coordinate representation of color #D85B7C: hue angle of 344.16º 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 #D85B7C is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 91 | 124 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.15 |
| HSL | 344.16º | 0.62% | 0.6% | - |
| HSV(B) | 344.16º | 0.58% | 0.85% | - |
| XYZ | 35.7 | 23.54 | 21.73 | - |
| YUV | 132.14 | 123.41 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 91 | 124 | 0 | 0.58 | 0.43 | 0.15 | 344.16 | 0.62 | 0.6 |
| Hex | D8 | 5B | 7C | 0 | 3A | 2B | F | 158 | 3E | 3C |
| Octal | 330 | 133 | 174 | 0 | 72 | 53 | 17 | 530 | 76 | 74 |
| Binary | 11011000 | 1011011 | 1111100 | 0 | 111010 | 101011 | 1111 | 101011000 | 111110 | 111100 |
Color Harmonies of #D85B7C
Complementary color
Monochromatic Colors of #D85B7C
Black with #D85B7C
Text Example
Text Example
White with #D85B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85B7C; }
p { color: rgb(216,91,124); }
H1.HeaderClassName
{
color: #D85B7C;
}
.AnyTagClassName
{
color: #D85B7C;
}
</style>
background-color css
<style>
a { background-color: #D85B7C; }
a { background-color: rgb(216,91,124); }
div.DivClassName
{
background-color: #D85B7C;
}
.BgClassName
{
background-color: #D85B7C;
}
</style>
border-color css
<style>
span { border-color: #D85B7C; }
span { border-color: rgb(216,91,124); }
td.TdClassName
{
border-color: #D85B7C;
}
.TagClassName
{
border-color: #D85B7C;
}
</style>