Shades of Cranberry #D8497C
Tints of Cranberry #D8497C
RGB
CMYK
RGB Variations
Color information
#D8497C (or 0xD8497C) is known color: Cranberry. HEX triplet: D8, 49 and 7C. RGB value is (216,73,124). Sum of RGB (Red+Green+Blue) = 216+73+124=413 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.30% from 413); Green value is 73 (28.91% from 255 or 17.68% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 216 - color contains mainly: red. Hex color #D8497C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8497C is #27B683. Grayscale: #797979. Windows color (decimal): -2602628 or 8145368. OLE color: 8145368.
HSL color Cylindrical-coordinate representation of color #D8497C: hue angle of 338.6º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D8497C is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 73 | 124 | - |
| CMYK | 0 | 0.66 | 0.43 | 0.15 |
| HSL | 338.6º | 0.65% | 0.57% | - |
| HSV(B) | 338.6º | 0.66% | 0.85% | - |
| XYZ | 34.34 | 20.82 | 21.28 | - |
| YUV | 121.57 | 129.38 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 73 | 124 | 0 | 0.66 | 0.43 | 0.15 | 338.6 | 0.65 | 0.57 |
| Hex | D8 | 49 | 7C | 0 | 42 | 2B | F | 153 | 41 | 39 |
| Octal | 330 | 111 | 174 | 0 | 102 | 53 | 17 | 523 | 101 | 71 |
| Binary | 11011000 | 1001001 | 1111100 | 0 | 1000010 | 101011 | 1111 | 101010011 | 1000001 | 111001 |
Color Harmonies of #D8497C
Complementary color
Monochromatic Colors of #D8497C
Black with #D8497C
Text Example
Text Example
White with #D8497C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8497C; }
p { color: rgb(216,73,124); }
H1.HeaderClassName
{
color: #D8497C;
}
.AnyTagClassName
{
color: #D8497C;
}
</style>
background-color css
<style>
a { background-color: #D8497C; }
a { background-color: rgb(216,73,124); }
div.DivClassName
{
background-color: #D8497C;
}
.BgClassName
{
background-color: #D8497C;
}
</style>
border-color css
<style>
span { border-color: #D8497C; }
span { border-color: rgb(216,73,124); }
td.TdClassName
{
border-color: #D8497C;
}
.TagClassName
{
border-color: #D8497C;
}
</style>