Shades of Cranberry #D95576
Tints of Cranberry #D95576
RGB
CMYK
RGB Variations
Color information
#D95576 (or 0xD95576) is known color: Cranberry. HEX triplet: D9, 55 and 76. RGB value is (217,85,118). Sum of RGB (Red+Green+Blue) = 217+85+118=420 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.67% from 420); Green value is 85 (33.59% from 255 or 20.24% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 217 - color contains mainly: red. Hex color #D95576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95576 is #26AA89. Grayscale: #808080. Windows color (decimal): -2534026 or 7755225. OLE color: 7755225.
HSL color Cylindrical-coordinate representation of color #D95576: hue angle of 345º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D95576 is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 85 | 118 | - |
| CMYK | 0 | 0.61 | 0.46 | 0.15 |
| HSL | 345º | 0.63% | 0.59% | - |
| HSV(B) | 345º | 0.61% | 0.85% | - |
| XYZ | 35.13 | 22.56 | 19.64 | - |
| YUV | 128.23 | 122.23 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 85 | 118 | 0 | 0.61 | 0.46 | 0.15 | 345 | 0.63 | 0.59 |
| Hex | D9 | 55 | 76 | 0 | 3D | 2E | F | 159 | 3F | 3B |
| Octal | 331 | 125 | 166 | 0 | 75 | 56 | 17 | 531 | 77 | 73 |
| Binary | 11011001 | 1010101 | 1110110 | 0 | 111101 | 101110 | 1111 | 101011001 | 111111 | 111011 |
Color Harmonies of #D95576
Complementary color
Monochromatic Colors of #D95576
Black with #D95576
Text Example
Text Example
White with #D95576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95576; }
p { color: rgb(217,85,118); }
H1.HeaderClassName
{
color: #D95576;
}
.AnyTagClassName
{
color: #D95576;
}
</style>
background-color css
<style>
a { background-color: #D95576; }
a { background-color: rgb(217,85,118); }
div.DivClassName
{
background-color: #D95576;
}
.BgClassName
{
background-color: #D95576;
}
</style>
border-color css
<style>
span { border-color: #D95576; }
span { border-color: rgb(217,85,118); }
td.TdClassName
{
border-color: #D95576;
}
.TagClassName
{
border-color: #D95576;
}
</style>