Shades of Cranberry #D85188
Tints of Cranberry #D85188
RGB
CMYK
RGB Variations
Color information
#D85188 (or 0xD85188) is known color: Cranberry. HEX triplet: D8, 51 and 88. RGB value is (216,81,136). Sum of RGB (Red+Green+Blue) = 216+81+136=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 81 (32.03% from 255 or 18.71% from 433); Blue value is 136 (53.52% from 255 or 31.41% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D85188 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85188 is #27AE77. Grayscale: #7F7F7F. Windows color (decimal): -2600568 or 8933848. OLE color: 8933848.
HSL color Cylindrical-coordinate representation of color #D85188: hue angle of 335.56º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D85188 is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 81 | 136 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.15 |
| HSL | 335.56º | 0.63% | 0.58% | - |
| HSV(B) | 335.56º | 0.63% | 0.85% | - |
| XYZ | 35.71 | 22.26 | 25.71 | - |
| YUV | 127.64 | 132.73 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 81 | 136 | 0 | 0.62 | 0.37 | 0.15 | 335.56 | 0.63 | 0.58 |
| Hex | D8 | 51 | 88 | 0 | 3E | 25 | F | 150 | 3F | 3A |
| Octal | 330 | 121 | 210 | 0 | 76 | 45 | 17 | 520 | 77 | 72 |
| Binary | 11011000 | 1010001 | 10001000 | 0 | 111110 | 100101 | 1111 | 101010000 | 111111 | 111010 |
Color Harmonies of #D85188
Complementary color
Monochromatic Colors of #D85188
Black with #D85188
Text Example
Text Example
White with #D85188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85188; }
p { color: rgb(216,81,136); }
H1.HeaderClassName
{
color: #D85188;
}
.AnyTagClassName
{
color: #D85188;
}
</style>
background-color css
<style>
a { background-color: #D85188; }
a { background-color: rgb(216,81,136); }
div.DivClassName
{
background-color: #D85188;
}
.BgClassName
{
background-color: #D85188;
}
</style>
border-color css
<style>
span { border-color: #D85188; }
span { border-color: rgb(216,81,136); }
td.TdClassName
{
border-color: #D85188;
}
.TagClassName
{
border-color: #D85188;
}
</style>