Shades of Cranberry #D85882
Tints of Cranberry #D85882
RGB
CMYK
RGB Variations
Color information
#D85882 (or 0xD85882) is known color: Cranberry. HEX triplet: D8, 58 and 82. RGB value is (216,88,130). Sum of RGB (Red+Green+Blue) = 216+88+130=434 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.77% from 434); Green value is 88 (34.77% from 255 or 20.28% from 434); Blue value is 130 (51.17% from 255 or 29.95% from 434); Max value from RGB is 216 - color contains mainly: red. Hex color #D85882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85882 is #27A77D. Grayscale: #838383. Windows color (decimal): -2598782 or 8542424. OLE color: 8542424.
HSL color Cylindrical-coordinate representation of color #D85882: hue angle of 340.31º 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 #D85882 is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 88 | 130 | - |
| CMYK | 0 | 0.59 | 0.40 | 0.15 |
| HSL | 340.31º | 0.62% | 0.6% | - |
| HSV(B) | 340.31º | 0.59% | 0.85% | - |
| XYZ | 35.84 | 23.19 | 23.71 | - |
| YUV | 131.06 | 127.41 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 88 | 130 | 0 | 0.59 | 0.40 | 0.15 | 340.31 | 0.62 | 0.6 |
| Hex | D8 | 58 | 82 | 0 | 3B | 28 | F | 154 | 3E | 3C |
| Octal | 330 | 130 | 202 | 0 | 73 | 50 | 17 | 524 | 76 | 74 |
| Binary | 11011000 | 1011000 | 10000010 | 0 | 111011 | 101000 | 1111 | 101010100 | 111110 | 111100 |
Color Harmonies of #D85882
Complementary color
Monochromatic Colors of #D85882
Black with #D85882
Text Example
Text Example
White with #D85882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85882; }
p { color: rgb(216,88,130); }
H1.HeaderClassName
{
color: #D85882;
}
.AnyTagClassName
{
color: #D85882;
}
</style>
background-color css
<style>
a { background-color: #D85882; }
a { background-color: rgb(216,88,130); }
div.DivClassName
{
background-color: #D85882;
}
.BgClassName
{
background-color: #D85882;
}
</style>
border-color css
<style>
span { border-color: #D85882; }
span { border-color: rgb(216,88,130); }
td.TdClassName
{
border-color: #D85882;
}
.TagClassName
{
border-color: #D85882;
}
</style>