Shades of Cranberry #D85A81
Tints of Cranberry #D85A81
RGB
CMYK
RGB Variations
Color information
#D85A81 (or 0xD85A81) is known color: Cranberry. HEX triplet: D8, 5A and 81. RGB value is (216,90,129). Sum of RGB (Red+Green+Blue) = 216+90+129=435 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.66% from 435); Green value is 90 (35.55% from 255 or 20.69% from 435); Blue value is 129 (50.78% from 255 or 29.66% from 435); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85A81 is #27A57E. Grayscale: #848484. Windows color (decimal): -2598271 or 8477400. OLE color: 8477400.
HSL color Cylindrical-coordinate representation of color #D85A81: hue angle of 341.43º 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 #D85A81 is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 90 | 129 | - |
| CMYK | 0 | 0.58 | 0.40 | 0.15 |
| HSL | 341.43º | 0.62% | 0.6% | - |
| HSV(B) | 341.43º | 0.58% | 0.85% | - |
| XYZ | 35.94 | 23.5 | 23.41 | - |
| YUV | 132.12 | 126.24 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 90 | 129 | 0 | 0.58 | 0.40 | 0.15 | 341.43 | 0.62 | 0.6 |
| Hex | D8 | 5A | 81 | 0 | 3A | 28 | F | 155 | 3E | 3C |
| Octal | 330 | 132 | 201 | 0 | 72 | 50 | 17 | 525 | 76 | 74 |
| Binary | 11011000 | 1011010 | 10000001 | 0 | 111010 | 101000 | 1111 | 101010101 | 111110 | 111100 |
Color Harmonies of #D85A81
Complementary color
Monochromatic Colors of #D85A81
Black with #D85A81
Text Example
Text Example
White with #D85A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85A81; }
p { color: rgb(216,90,129); }
H1.HeaderClassName
{
color: #D85A81;
}
.AnyTagClassName
{
color: #D85A81;
}
</style>
background-color css
<style>
a { background-color: #D85A81; }
a { background-color: rgb(216,90,129); }
div.DivClassName
{
background-color: #D85A81;
}
.BgClassName
{
background-color: #D85A81;
}
</style>
border-color css
<style>
span { border-color: #D85A81; }
span { border-color: rgb(216,90,129); }
td.TdClassName
{
border-color: #D85A81;
}
.TagClassName
{
border-color: #D85A81;
}
</style>