Shades of Cranberry #D85878
Tints of Cranberry #D85878
RGB
CMYK
RGB Variations
Color information
#D85878 (or 0xD85878) is known color: Cranberry. HEX triplet: D8, 58 and 78. RGB value is (216,88,120). Sum of RGB (Red+Green+Blue) = 216+88+120=424 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.94% from 424); Green value is 88 (34.77% from 255 or 20.75% from 424); Blue value is 120 (47.27% from 255 or 28.30% from 424); Max value from RGB is 216 - color contains mainly: red. Hex color #D85878 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85878 is #27A787. Grayscale: #818181. Windows color (decimal): -2598792 or 7887064. OLE color: 7887064.
HSL color Cylindrical-coordinate representation of color #D85878: hue angle of 345º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D85878 is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 88 | 120 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.15 |
| HSL | 345º | 0.62% | 0.6% | - |
| HSV(B) | 345º | 0.59% | 0.85% | - |
| XYZ | 35.2 | 22.93 | 20.34 | - |
| YUV | 129.92 | 122.41 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 88 | 120 | 0 | 0.59 | 0.44 | 0.15 | 345 | 0.62 | 0.6 |
| Hex | D8 | 58 | 78 | 0 | 3B | 2C | F | 159 | 3E | 3C |
| Octal | 330 | 130 | 170 | 0 | 73 | 54 | 17 | 531 | 76 | 74 |
| Binary | 11011000 | 1011000 | 1111000 | 0 | 111011 | 101100 | 1111 | 101011001 | 111110 | 111100 |
Color Harmonies of #D85878
Complementary color
Monochromatic Colors of #D85878
Black with #D85878
Text Example
Text Example
White with #D85878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85878; }
p { color: rgb(216,88,120); }
H1.HeaderClassName
{
color: #D85878;
}
.AnyTagClassName
{
color: #D85878;
}
</style>
background-color css
<style>
a { background-color: #D85878; }
a { background-color: rgb(216,88,120); }
div.DivClassName
{
background-color: #D85878;
}
.BgClassName
{
background-color: #D85878;
}
</style>
border-color css
<style>
span { border-color: #D85878; }
span { border-color: rgb(216,88,120); }
td.TdClassName
{
border-color: #D85878;
}
.TagClassName
{
border-color: #D85878;
}
</style>