Shades of Cranberry #D96077
Tints of Cranberry #D96077
RGB
CMYK
RGB Variations
Color information
#D96077 (or 0xD96077) is known color: Cranberry. HEX triplet: D9, 60 and 77. RGB value is (217,96,119). Sum of RGB (Red+Green+Blue) = 217+96+119=432 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.23% from 432); Green value is 96 (37.89% from 255 or 22.22% from 432); Blue value is 119 (46.88% from 255 or 27.55% from 432); Max value from RGB is 217 - color contains mainly: red. Hex color #D96077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96077 is #269F88. Grayscale: #868686. Windows color (decimal): -2531209 or 7823577. OLE color: 7823577.
HSL color Cylindrical-coordinate representation of color #D96077: hue angle of 348.6º 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 #D96077 is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 96 | 119 | - |
| CMYK | 0 | 0.56 | 0.45 | 0.15 |
| HSL | 348.6º | 0.61% | 0.61% | - |
| HSV(B) | 348.6º | 0.56% | 0.85% | - |
| XYZ | 36.13 | 24.45 | 20.27 | - |
| YUV | 134.8 | 119.09 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 96 | 119 | 0 | 0.56 | 0.45 | 0.15 | 348.6 | 0.61 | 0.61 |
| Hex | D9 | 60 | 77 | 0 | 38 | 2D | F | 15D | 3D | 3D |
| Octal | 331 | 140 | 167 | 0 | 70 | 55 | 17 | 535 | 75 | 75 |
| Binary | 11011001 | 1100000 | 1110111 | 0 | 111000 | 101101 | 1111 | 101011101 | 111101 | 111101 |
Color Harmonies of #D96077
Complementary color
Monochromatic Colors of #D96077
Black with #D96077
Text Example
Text Example
White with #D96077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96077; }
p { color: rgb(217,96,119); }
H1.HeaderClassName
{
color: #D96077;
}
.AnyTagClassName
{
color: #D96077;
}
</style>
background-color css
<style>
a { background-color: #D96077; }
a { background-color: rgb(217,96,119); }
div.DivClassName
{
background-color: #D96077;
}
.BgClassName
{
background-color: #D96077;
}
</style>
border-color css
<style>
span { border-color: #D96077; }
span { border-color: rgb(217,96,119); }
td.TdClassName
{
border-color: #D96077;
}
.TagClassName
{
border-color: #D96077;
}
</style>