Shades of Cranberry #D95D77
Tints of Cranberry #D95D77
RGB
CMYK
RGB Variations
Color information
#D95D77 (or 0xD95D77) is known color: Cranberry. HEX triplet: D9, 5D and 77. RGB value is (217,93,119). Sum of RGB (Red+Green+Blue) = 217+93+119=429 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.58% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 119 (46.88% from 255 or 27.74% from 429); Max value from RGB is 217 - color contains mainly: red. Hex color #D95D77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95D77 is #26A288. Grayscale: #858585. Windows color (decimal): -2531977 or 7822809. OLE color: 7822809.
HSL color Cylindrical-coordinate representation of color #D95D77: hue angle of 347.42º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D95D77 is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 93 | 119 | - |
| CMYK | 0 | 0.57 | 0.45 | 0.15 |
| HSL | 347.42º | 0.62% | 0.61% | - |
| HSV(B) | 347.42º | 0.57% | 0.85% | - |
| XYZ | 35.86 | 23.91 | 20.18 | - |
| YUV | 133.04 | 120.08 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 93 | 119 | 0 | 0.57 | 0.45 | 0.15 | 347.42 | 0.62 | 0.61 |
| Hex | D9 | 5D | 77 | 0 | 39 | 2D | F | 15B | 3E | 3D |
| Octal | 331 | 135 | 167 | 0 | 71 | 55 | 17 | 533 | 76 | 75 |
| Binary | 11011001 | 1011101 | 1110111 | 0 | 111001 | 101101 | 1111 | 101011011 | 111110 | 111101 |
Color Harmonies of #D95D77
Complementary color
Monochromatic Colors of #D95D77
Black with #D95D77
Text Example
Text Example
White with #D95D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95D77; }
p { color: rgb(217,93,119); }
H1.HeaderClassName
{
color: #D95D77;
}
.AnyTagClassName
{
color: #D95D77;
}
</style>
background-color css
<style>
a { background-color: #D95D77; }
a { background-color: rgb(217,93,119); }
div.DivClassName
{
background-color: #D95D77;
}
.BgClassName
{
background-color: #D95D77;
}
</style>
border-color css
<style>
span { border-color: #D95D77; }
span { border-color: rgb(217,93,119); }
td.TdClassName
{
border-color: #D95D77;
}
.TagClassName
{
border-color: #D95D77;
}
</style>