Shades of Cranberry #D85E80
Tints of Cranberry #D85E80
RGB
CMYK
RGB Variations
Color information
#D85E80 (or 0xD85E80) is known color: Cranberry. HEX triplet: D8, 5E and 80. RGB value is (216,94,128). Sum of RGB (Red+Green+Blue) = 216+94+128=438 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.32% from 438); Green value is 94 (37.11% from 255 or 21.46% from 438); Blue value is 128 (50.39% from 255 or 29.22% from 438); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85E80 is #27A17F. Grayscale: #868686. Windows color (decimal): -2597248 or 8412888. OLE color: 8412888.
HSL color Cylindrical-coordinate representation of color #D85E80: hue angle of 343.28º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D85E80 is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 94 | 128 | - |
| CMYK | 0 | 0.56 | 0.41 | 0.15 |
| HSL | 343.28º | 0.61% | 0.61% | - |
| HSV(B) | 343.28º | 0.56% | 0.85% | - |
| XYZ | 36.22 | 24.16 | 23.18 | - |
| YUV | 134.35 | 124.42 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 94 | 128 | 0 | 0.56 | 0.41 | 0.15 | 343.28 | 0.61 | 0.61 |
| Hex | D8 | 5E | 80 | 0 | 38 | 29 | F | 157 | 3D | 3D |
| Octal | 330 | 136 | 200 | 0 | 70 | 51 | 17 | 527 | 75 | 75 |
| Binary | 11011000 | 1011110 | 10000000 | 0 | 111000 | 101001 | 1111 | 101010111 | 111101 | 111101 |
Color Harmonies of #D85E80
Complementary color
Monochromatic Colors of #D85E80
Black with #D85E80
Text Example
Text Example
White with #D85E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85E80; }
p { color: rgb(216,94,128); }
H1.HeaderClassName
{
color: #D85E80;
}
.AnyTagClassName
{
color: #D85E80;
}
</style>
background-color css
<style>
a { background-color: #D85E80; }
a { background-color: rgb(216,94,128); }
div.DivClassName
{
background-color: #D85E80;
}
.BgClassName
{
background-color: #D85E80;
}
</style>
border-color css
<style>
span { border-color: #D85E80; }
span { border-color: rgb(216,94,128); }
td.TdClassName
{
border-color: #D85E80;
}
.TagClassName
{
border-color: #D85E80;
}
</style>