Shades of Cranberry #D95878
Tints of Cranberry #D95878
RGB
CMYK
RGB Variations
Color information
#D95878 (or 0xD95878) is known color: Cranberry. HEX triplet: D9, 58 and 78. RGB value is (217,88,120). Sum of RGB (Red+Green+Blue) = 217+88+120=425 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.06% from 425); Green value is 88 (34.77% from 255 or 20.71% from 425); Blue value is 120 (47.27% from 255 or 28.24% from 425); Max value from RGB is 217 - color contains mainly: red. Hex color #D95878 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95878 is #26A787. Grayscale: #828282. Windows color (decimal): -2533256 or 7887065. OLE color: 7887065.
HSL color Cylindrical-coordinate representation of color #D95878: hue angle of 345.12º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D95878 is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 88 | 120 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.15 |
| HSL | 345.12º | 0.63% | 0.6% | - |
| HSV(B) | 345.12º | 0.59% | 0.85% | - |
| XYZ | 35.5 | 23.09 | 20.35 | - |
| YUV | 130.22 | 122.24 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 88 | 120 | 0 | 0.59 | 0.45 | 0.15 | 345.12 | 0.63 | 0.6 |
| Hex | D9 | 58 | 78 | 0 | 3B | 2D | F | 159 | 3F | 3C |
| Octal | 331 | 130 | 170 | 0 | 73 | 55 | 17 | 531 | 77 | 74 |
| Binary | 11011001 | 1011000 | 1111000 | 0 | 111011 | 101101 | 1111 | 101011001 | 111111 | 111100 |
Color Harmonies of #D95878
Complementary color
Monochromatic Colors of #D95878
Black with #D95878
Text Example
Text Example
White with #D95878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95878; }
p { color: rgb(217,88,120); }
H1.HeaderClassName
{
color: #D95878;
}
.AnyTagClassName
{
color: #D95878;
}
</style>
background-color css
<style>
a { background-color: #D95878; }
a { background-color: rgb(217,88,120); }
div.DivClassName
{
background-color: #D95878;
}
.BgClassName
{
background-color: #D95878;
}
</style>
border-color css
<style>
span { border-color: #D95878; }
span { border-color: rgb(217,88,120); }
td.TdClassName
{
border-color: #D95878;
}
.TagClassName
{
border-color: #D95878;
}
</style>