Shades of Cranberry #D96079
Tints of Cranberry #D96079
RGB
CMYK
RGB Variations
Color information
#D96079 (or 0xD96079) is known color: Cranberry. HEX triplet: D9, 60 and 79. RGB value is (217,96,121). Sum of RGB (Red+Green+Blue) = 217+96+121=434 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50% from 434); Green value is 96 (37.89% from 255 or 22.12% from 434); Blue value is 121 (47.66% from 255 or 27.88% from 434); Max value from RGB is 217 - color contains mainly: red. Hex color #D96079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96079 is #269F86. Grayscale: #878787. Windows color (decimal): -2531207 or 7954649. OLE color: 7954649.
HSL color Cylindrical-coordinate representation of color #D96079: hue angle of 347.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 #D96079 is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 96 | 121 | - |
| CMYK | 0 | 0.56 | 0.44 | 0.15 |
| HSL | 347.6º | 0.61% | 0.61% | - |
| HSV(B) | 347.6º | 0.56% | 0.85% | - |
| XYZ | 36.25 | 24.5 | 20.91 | - |
| YUV | 135.03 | 120.09 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 96 | 121 | 0 | 0.56 | 0.44 | 0.15 | 347.6 | 0.61 | 0.61 |
| Hex | D9 | 60 | 79 | 0 | 38 | 2C | F | 15C | 3D | 3D |
| Octal | 331 | 140 | 171 | 0 | 70 | 54 | 17 | 534 | 75 | 75 |
| Binary | 11011001 | 1100000 | 1111001 | 0 | 111000 | 101100 | 1111 | 101011100 | 111101 | 111101 |
Color Harmonies of #D96079
Complementary color
Monochromatic Colors of #D96079
Black with #D96079
Text Example
Text Example
White with #D96079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96079; }
p { color: rgb(217,96,121); }
H1.HeaderClassName
{
color: #D96079;
}
.AnyTagClassName
{
color: #D96079;
}
</style>
background-color css
<style>
a { background-color: #D96079; }
a { background-color: rgb(217,96,121); }
div.DivClassName
{
background-color: #D96079;
}
.BgClassName
{
background-color: #D96079;
}
</style>
border-color css
<style>
span { border-color: #D96079; }
span { border-color: rgb(217,96,121); }
td.TdClassName
{
border-color: #D96079;
}
.TagClassName
{
border-color: #D96079;
}
</style>