Shades of Cranberry #D85A76
Tints of Cranberry #D85A76
RGB
CMYK
RGB Variations
Color information
#D85A76 (or 0xD85A76) is known color: Cranberry. HEX triplet: D8, 5A and 76. RGB value is (216,90,118). Sum of RGB (Red+Green+Blue) = 216+90+118=424 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.94% from 424); Green value is 90 (35.55% from 255 or 21.23% from 424); Blue value is 118 (46.48% from 255 or 27.83% from 424); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85A76 is #27A589. Grayscale: #828282. Windows color (decimal): -2598282 or 7756504. OLE color: 7756504.
HSL color Cylindrical-coordinate representation of color #D85A76: hue angle of 346.67º 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 #D85A76 is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 90 | 118 | - |
| CMYK | 0 | 0.58 | 0.45 | 0.15 |
| HSL | 346.67º | 0.62% | 0.6% | - |
| HSV(B) | 346.67º | 0.58% | 0.85% | - |
| XYZ | 35.25 | 23.22 | 19.76 | - |
| YUV | 130.87 | 120.74 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 90 | 118 | 0 | 0.58 | 0.45 | 0.15 | 346.67 | 0.62 | 0.6 |
| Hex | D8 | 5A | 76 | 0 | 3A | 2D | F | 15B | 3E | 3C |
| Octal | 330 | 132 | 166 | 0 | 72 | 55 | 17 | 533 | 76 | 74 |
| Binary | 11011000 | 1011010 | 1110110 | 0 | 111010 | 101101 | 1111 | 101011011 | 111110 | 111100 |
Color Harmonies of #D85A76
Complementary color
Monochromatic Colors of #D85A76
Black with #D85A76
Text Example
Text Example
White with #D85A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85A76; }
p { color: rgb(216,90,118); }
H1.HeaderClassName
{
color: #D85A76;
}
.AnyTagClassName
{
color: #D85A76;
}
</style>
background-color css
<style>
a { background-color: #D85A76; }
a { background-color: rgb(216,90,118); }
div.DivClassName
{
background-color: #D85A76;
}
.BgClassName
{
background-color: #D85A76;
}
</style>
border-color css
<style>
span { border-color: #D85A76; }
span { border-color: rgb(216,90,118); }
td.TdClassName
{
border-color: #D85A76;
}
.TagClassName
{
border-color: #D85A76;
}
</style>