Shades of Cranberry #D85B7D
Tints of Cranberry #D85B7D
RGB
CMYK
RGB Variations
Color information
#D85B7D (or 0xD85B7D) is known color: Cranberry. HEX triplet: D8, 5B and 7D. RGB value is (216,91,125). Sum of RGB (Red+Green+Blue) = 216+91+125=432 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50% from 432); Green value is 91 (35.94% from 255 or 21.06% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 216 - color contains mainly: red. Hex color #D85B7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85B7D is #27A482. Grayscale: #848484. Windows color (decimal): -2598019 or 8215512. OLE color: 8215512.
HSL color Cylindrical-coordinate representation of color #D85B7D: hue angle of 343.68º 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 #D85B7D is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 91 | 125 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.15 |
| HSL | 343.68º | 0.62% | 0.6% | - |
| HSV(B) | 343.68º | 0.58% | 0.85% | - |
| XYZ | 35.76 | 23.56 | 22.07 | - |
| YUV | 132.25 | 123.91 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 91 | 125 | 0 | 0.58 | 0.42 | 0.15 | 343.68 | 0.62 | 0.6 |
| Hex | D8 | 5B | 7D | 0 | 3A | 2A | F | 158 | 3E | 3C |
| Octal | 330 | 133 | 175 | 0 | 72 | 52 | 17 | 530 | 76 | 74 |
| Binary | 11011000 | 1011011 | 1111101 | 0 | 111010 | 101010 | 1111 | 101011000 | 111110 | 111100 |
Color Harmonies of #D85B7D
Complementary color
Monochromatic Colors of #D85B7D
Black with #D85B7D
Text Example
Text Example
White with #D85B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85B7D; }
p { color: rgb(216,91,125); }
H1.HeaderClassName
{
color: #D85B7D;
}
.AnyTagClassName
{
color: #D85B7D;
}
</style>
background-color css
<style>
a { background-color: #D85B7D; }
a { background-color: rgb(216,91,125); }
div.DivClassName
{
background-color: #D85B7D;
}
.BgClassName
{
background-color: #D85B7D;
}
</style>
border-color css
<style>
span { border-color: #D85B7D; }
span { border-color: rgb(216,91,125); }
td.TdClassName
{
border-color: #D85B7D;
}
.TagClassName
{
border-color: #D85B7D;
}
</style>