Shades of Cranberry #D95573
Tints of Cranberry #D95573
RGB
CMYK
RGB Variations
Color information
#D95573 (or 0xD95573) is known color: Cranberry. HEX triplet: D9, 55 and 73. RGB value is (217,85,115). Sum of RGB (Red+Green+Blue) = 217+85+115=417 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.04% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 115 (45.31% from 255 or 27.58% from 417); Max value from RGB is 217 - color contains mainly: red. Hex color #D95573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95573 is #26AA8C. Grayscale: #7F7F7F. Windows color (decimal): -2534029 or 7558617. OLE color: 7558617.
HSL color Cylindrical-coordinate representation of color #D95573: hue angle of 346.36º 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 #D95573 is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 85 | 115 | - |
| CMYK | 0 | 0.61 | 0.47 | 0.15 |
| HSL | 346.36º | 0.63% | 0.59% | - |
| HSV(B) | 346.36º | 0.61% | 0.85% | - |
| XYZ | 34.96 | 22.49 | 18.72 | - |
| YUV | 127.89 | 120.73 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 85 | 115 | 0 | 0.61 | 0.47 | 0.15 | 346.36 | 0.63 | 0.59 |
| Hex | D9 | 55 | 73 | 0 | 3D | 2F | F | 15A | 3F | 3B |
| Octal | 331 | 125 | 163 | 0 | 75 | 57 | 17 | 532 | 77 | 73 |
| Binary | 11011001 | 1010101 | 1110011 | 0 | 111101 | 101111 | 1111 | 101011010 | 111111 | 111011 |
Color Harmonies of #D95573
Complementary color
Monochromatic Colors of #D95573
Black with #D95573
Text Example
Text Example
White with #D95573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95573; }
p { color: rgb(217,85,115); }
H1.HeaderClassName
{
color: #D95573;
}
.AnyTagClassName
{
color: #D95573;
}
</style>
background-color css
<style>
a { background-color: #D95573; }
a { background-color: rgb(217,85,115); }
div.DivClassName
{
background-color: #D95573;
}
.BgClassName
{
background-color: #D95573;
}
</style>
border-color css
<style>
span { border-color: #D95573; }
span { border-color: rgb(217,85,115); }
td.TdClassName
{
border-color: #D95573;
}
.TagClassName
{
border-color: #D95573;
}
</style>