Shades of Cranberry #D85B7E
Tints of Cranberry #D85B7E
RGB
CMYK
RGB Variations
Color information
#D85B7E (or 0xD85B7E) is known color: Cranberry. HEX triplet: D8, 5B and 7E. RGB value is (216,91,126). Sum of RGB (Red+Green+Blue) = 216+91+126=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 91 (35.94% from 255 or 21.02% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D85B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85B7E is #27A481. Grayscale: #848484. Windows color (decimal): -2598018 or 8281048. OLE color: 8281048.
HSL color Cylindrical-coordinate representation of color #D85B7E: hue angle of 343.2º 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 #D85B7E is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 91 | 126 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.15 |
| HSL | 343.2º | 0.62% | 0.6% | - |
| HSV(B) | 343.2º | 0.58% | 0.85% | - |
| XYZ | 35.83 | 23.59 | 22.4 | - |
| YUV | 132.37 | 124.41 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 91 | 126 | 0 | 0.58 | 0.42 | 0.15 | 343.2 | 0.62 | 0.6 |
| Hex | D8 | 5B | 7E | 0 | 3A | 2A | F | 157 | 3E | 3C |
| Octal | 330 | 133 | 176 | 0 | 72 | 52 | 17 | 527 | 76 | 74 |
| Binary | 11011000 | 1011011 | 1111110 | 0 | 111010 | 101010 | 1111 | 101010111 | 111110 | 111100 |
Color Harmonies of #D85B7E
Complementary color
Monochromatic Colors of #D85B7E
Black with #D85B7E
Text Example
Text Example
White with #D85B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85B7E; }
p { color: rgb(216,91,126); }
H1.HeaderClassName
{
color: #D85B7E;
}
.AnyTagClassName
{
color: #D85B7E;
}
</style>
background-color css
<style>
a { background-color: #D85B7E; }
a { background-color: rgb(216,91,126); }
div.DivClassName
{
background-color: #D85B7E;
}
.BgClassName
{
background-color: #D85B7E;
}
</style>
border-color css
<style>
span { border-color: #D85B7E; }
span { border-color: rgb(216,91,126); }
td.TdClassName
{
border-color: #D85B7E;
}
.TagClassName
{
border-color: #D85B7E;
}
</style>