Shades of Cranberry #D85A80
Tints of Cranberry #D85A80
RGB
CMYK
RGB Variations
Color information
#D85A80 (or 0xD85A80) is known color: Cranberry. HEX triplet: D8, 5A and 80. RGB value is (216,90,128). Sum of RGB (Red+Green+Blue) = 216+90+128=434 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.77% from 434); Green value is 90 (35.55% from 255 or 20.74% from 434); Blue value is 128 (50.39% from 255 or 29.49% from 434); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85A80 is #27A57F. Grayscale: #838383. Windows color (decimal): -2598272 or 8411864. OLE color: 8411864.
HSL color Cylindrical-coordinate representation of color #D85A80: hue angle of 341.9º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D85A80 is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 90 | 128 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.15 |
| HSL | 341.9º | 0.62% | 0.6% | - |
| HSV(B) | 341.9º | 0.58% | 0.85% | - |
| XYZ | 35.87 | 23.47 | 23.06 | - |
| YUV | 132.01 | 125.74 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 90 | 128 | 0 | 0.58 | 0.41 | 0.15 | 341.9 | 0.62 | 0.6 |
| Hex | D8 | 5A | 80 | 0 | 3A | 29 | F | 156 | 3E | 3C |
| Octal | 330 | 132 | 200 | 0 | 72 | 51 | 17 | 526 | 76 | 74 |
| Binary | 11011000 | 1011010 | 10000000 | 0 | 111010 | 101001 | 1111 | 101010110 | 111110 | 111100 |
Color Harmonies of #D85A80
Complementary color
Monochromatic Colors of #D85A80
Black with #D85A80
Text Example
Text Example
White with #D85A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85A80; }
p { color: rgb(216,90,128); }
H1.HeaderClassName
{
color: #D85A80;
}
.AnyTagClassName
{
color: #D85A80;
}
</style>
background-color css
<style>
a { background-color: #D85A80; }
a { background-color: rgb(216,90,128); }
div.DivClassName
{
background-color: #D85A80;
}
.BgClassName
{
background-color: #D85A80;
}
</style>
border-color css
<style>
span { border-color: #D85A80; }
span { border-color: rgb(216,90,128); }
td.TdClassName
{
border-color: #D85A80;
}
.TagClassName
{
border-color: #D85A80;
}
</style>