Shades of Cranberry #D95078
Tints of Cranberry #D95078
RGB
CMYK
RGB Variations
Color information
#D95078 (or 0xD95078) is known color: Cranberry. HEX triplet: D9, 50 and 78. RGB value is (217,80,120). Sum of RGB (Red+Green+Blue) = 217+80+120=417 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.04% from 417); Green value is 80 (31.64% from 255 or 19.18% from 417); Blue value is 120 (47.27% from 255 or 28.78% from 417); Max value from RGB is 217 - color contains mainly: red. Hex color #D95078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95078 is #26AF87. Grayscale: #7D7D7D. Windows color (decimal): -2535304 or 7885017. OLE color: 7885017.
HSL color Cylindrical-coordinate representation of color #D95078: hue angle of 342.48º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D95078 is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 80 | 120 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.15 |
| HSL | 342.48º | 0.64% | 0.58% | - |
| HSV(B) | 342.48º | 0.63% | 0.85% | - |
| XYZ | 34.87 | 21.85 | 20.15 | - |
| YUV | 125.52 | 124.89 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 80 | 120 | 0 | 0.63 | 0.45 | 0.15 | 342.48 | 0.64 | 0.58 |
| Hex | D9 | 50 | 78 | 0 | 3F | 2D | F | 156 | 40 | 3A |
| Octal | 331 | 120 | 170 | 0 | 77 | 55 | 17 | 526 | 100 | 72 |
| Binary | 11011001 | 1010000 | 1111000 | 0 | 111111 | 101101 | 1111 | 101010110 | 1000000 | 111010 |
Color Harmonies of #D95078
Complementary color
Monochromatic Colors of #D95078
Black with #D95078
Text Example
Text Example
White with #D95078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95078; }
p { color: rgb(217,80,120); }
H1.HeaderClassName
{
color: #D95078;
}
.AnyTagClassName
{
color: #D95078;
}
</style>
background-color css
<style>
a { background-color: #D95078; }
a { background-color: rgb(217,80,120); }
div.DivClassName
{
background-color: #D95078;
}
.BgClassName
{
background-color: #D95078;
}
</style>
border-color css
<style>
span { border-color: #D95078; }
span { border-color: rgb(217,80,120); }
td.TdClassName
{
border-color: #D95078;
}
.TagClassName
{
border-color: #D95078;
}
</style>