Shades of Cranberry #D96178
Tints of Cranberry #D96178
RGB
CMYK
RGB Variations
Color information
#D96178 (or 0xD96178) is known color: Cranberry. HEX triplet: D9, 61 and 78. RGB value is (217,97,120). Sum of RGB (Red+Green+Blue) = 217+97+120=434 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50% from 434); Green value is 97 (38.28% from 255 or 22.35% from 434); Blue value is 120 (47.27% from 255 or 27.65% from 434); Max value from RGB is 217 - color contains mainly: red. Hex color #D96178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96178 is #269E87. Grayscale: #878787. Windows color (decimal): -2530952 or 7889369. OLE color: 7889369.
HSL color Cylindrical-coordinate representation of color #D96178: hue angle of 348.5º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D96178 is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 97 | 120 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.15 |
| HSL | 348.5º | 0.61% | 0.62% | - |
| HSV(B) | 348.5º | 0.55% | 0.85% | - |
| XYZ | 36.28 | 24.66 | 20.62 | - |
| YUV | 135.5 | 119.26 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 97 | 120 | 0 | 0.55 | 0.45 | 0.15 | 348.5 | 0.61 | 0.62 |
| Hex | D9 | 61 | 78 | 0 | 37 | 2D | F | 15C | 3D | 3E |
| Octal | 331 | 141 | 170 | 0 | 67 | 55 | 17 | 534 | 75 | 76 |
| Binary | 11011001 | 1100001 | 1111000 | 0 | 110111 | 101101 | 1111 | 101011100 | 111101 | 111110 |
Color Harmonies of #D96178
Complementary color
Monochromatic Colors of #D96178
Black with #D96178
Text Example
Text Example
White with #D96178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96178; }
p { color: rgb(217,97,120); }
H1.HeaderClassName
{
color: #D96178;
}
.AnyTagClassName
{
color: #D96178;
}
</style>
background-color css
<style>
a { background-color: #D96178; }
a { background-color: rgb(217,97,120); }
div.DivClassName
{
background-color: #D96178;
}
.BgClassName
{
background-color: #D96178;
}
</style>
border-color css
<style>
span { border-color: #D96178; }
span { border-color: rgb(217,97,120); }
td.TdClassName
{
border-color: #D96178;
}
.TagClassName
{
border-color: #D96178;
}
</style>