Shades of Cranberry #D85688
Tints of Cranberry #D85688
RGB
CMYK
RGB Variations
Color information
#D85688 (or 0xD85688) is known color: Cranberry. HEX triplet: D8, 56 and 88. RGB value is (216,86,136). Sum of RGB (Red+Green+Blue) = 216+86+136=438 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.32% from 438); Green value is 86 (33.98% from 255 or 19.63% from 438); Blue value is 136 (53.52% from 255 or 31.05% from 438); Max value from RGB is 216 - color contains mainly: red. Hex color #D85688 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85688 is #27A977. Grayscale: #828282. Windows color (decimal): -2599288 or 8935128. OLE color: 8935128.
HSL color Cylindrical-coordinate representation of color #D85688: hue angle of 336.92º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D85688 is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 86 | 136 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.15 |
| HSL | 336.92º | 0.63% | 0.59% | - |
| HSV(B) | 336.92º | 0.6% | 0.85% | - |
| XYZ | 36.09 | 23.03 | 25.84 | - |
| YUV | 130.57 | 131.07 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 86 | 136 | 0 | 0.60 | 0.37 | 0.15 | 336.92 | 0.63 | 0.59 |
| Hex | D8 | 56 | 88 | 0 | 3C | 25 | F | 151 | 3E | 3B |
| Octal | 330 | 126 | 210 | 0 | 74 | 45 | 17 | 521 | 76 | 73 |
| Binary | 11011000 | 1010110 | 10001000 | 0 | 111100 | 100101 | 1111 | 101010001 | 111110 | 111011 |
Color Harmonies of #D85688
Complementary color
Monochromatic Colors of #D85688
Black with #D85688
Text Example
Text Example
White with #D85688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85688; }
p { color: rgb(216,86,136); }
H1.HeaderClassName
{
color: #D85688;
}
.AnyTagClassName
{
color: #D85688;
}
</style>
background-color css
<style>
a { background-color: #D85688; }
a { background-color: rgb(216,86,136); }
div.DivClassName
{
background-color: #D85688;
}
.BgClassName
{
background-color: #D85688;
}
</style>
border-color css
<style>
span { border-color: #D85688; }
span { border-color: rgb(216,86,136); }
td.TdClassName
{
border-color: #D85688;
}
.TagClassName
{
border-color: #D85688;
}
</style>