Shades of Cranberry #D85681
Tints of Cranberry #D85681
RGB
CMYK
RGB Variations
Color information
#D85681 (or 0xD85681) is known color: Cranberry. HEX triplet: D8, 56 and 81. RGB value is (216,86,129). Sum of RGB (Red+Green+Blue) = 216+86+129=431 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50.12% from 431); Green value is 86 (33.98% from 255 or 19.95% from 431); Blue value is 129 (50.78% from 255 or 29.93% from 431); Max value from RGB is 216 - color contains mainly: red. Hex color #D85681 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85681 is #27A97E. Grayscale: #818181. Windows color (decimal): -2599295 or 8476376. OLE color: 8476376.
HSL color Cylindrical-coordinate representation of color #D85681: hue angle of 340.15º 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 #D85681 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 86 | 129 | - |
| CMYK | 0 | 0.60 | 0.40 | 0.15 |
| HSL | 340.15º | 0.63% | 0.59% | - |
| HSV(B) | 340.15º | 0.6% | 0.85% | - |
| XYZ | 35.61 | 22.84 | 23.3 | - |
| YUV | 129.77 | 127.57 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 86 | 129 | 0 | 0.60 | 0.40 | 0.15 | 340.15 | 0.63 | 0.59 |
| Hex | D8 | 56 | 81 | 0 | 3C | 28 | F | 154 | 3E | 3B |
| Octal | 330 | 126 | 201 | 0 | 74 | 50 | 17 | 524 | 76 | 73 |
| Binary | 11011000 | 1010110 | 10000001 | 0 | 111100 | 101000 | 1111 | 101010100 | 111110 | 111011 |
Color Harmonies of #D85681
Complementary color
Monochromatic Colors of #D85681
Black with #D85681
Text Example
Text Example
White with #D85681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85681; }
p { color: rgb(216,86,129); }
H1.HeaderClassName
{
color: #D85681;
}
.AnyTagClassName
{
color: #D85681;
}
</style>
background-color css
<style>
a { background-color: #D85681; }
a { background-color: rgb(216,86,129); }
div.DivClassName
{
background-color: #D85681;
}
.BgClassName
{
background-color: #D85681;
}
</style>
border-color css
<style>
span { border-color: #D85681; }
span { border-color: rgb(216,86,129); }
td.TdClassName
{
border-color: #D85681;
}
.TagClassName
{
border-color: #D85681;
}
</style>