Shades of Cranberry #D0497C
Tints of Cranberry #D0497C
RGB
CMYK
RGB Variations
Color information
#D0497C (or 0xD0497C) is known color: Cranberry. HEX triplet: D0, 49 and 7C. RGB value is (208,73,124). Sum of RGB (Red+Green+Blue) = 208+73+124=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 73 (28.91% from 255 or 18.02% from 405); Blue value is 124 (48.83% from 255 or 30.62% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D0497C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0497C is #2FB683. Grayscale: #777777. Windows color (decimal): -3126916 or 8145360. OLE color: 8145360.
HSL color Cylindrical-coordinate representation of color #D0497C: hue angle of 337.33º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D0497C is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 73 | 124 | - |
| CMYK | 0 | 0.65 | 0.40 | 0.18 |
| HSL | 337.33º | 0.59% | 0.55% | - |
| HSV(B) | 337.33º | 0.65% | 0.82% | - |
| XYZ | 32.03 | 19.63 | 21.17 | - |
| YUV | 119.18 | 130.73 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 73 | 124 | 0 | 0.65 | 0.40 | 0.18 | 337.33 | 0.59 | 0.55 |
| Hex | D0 | 49 | 7C | 0 | 41 | 28 | 12 | 151 | 3B | 37 |
| Octal | 320 | 111 | 174 | 0 | 101 | 50 | 22 | 521 | 73 | 67 |
| Binary | 11010000 | 1001001 | 1111100 | 0 | 1000001 | 101000 | 10010 | 101010001 | 111011 | 110111 |
Color Harmonies of #D0497C
Complementary color
Monochromatic Colors of #D0497C
Black with #D0497C
Text Example
Text Example
White with #D0497C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0497C; }
p { color: rgb(208,73,124); }
H1.HeaderClassName
{
color: #D0497C;
}
.AnyTagClassName
{
color: #D0497C;
}
</style>
background-color css
<style>
a { background-color: #D0497C; }
a { background-color: rgb(208,73,124); }
div.DivClassName
{
background-color: #D0497C;
}
.BgClassName
{
background-color: #D0497C;
}
</style>
border-color css
<style>
span { border-color: #D0497C; }
span { border-color: rgb(208,73,124); }
td.TdClassName
{
border-color: #D0497C;
}
.TagClassName
{
border-color: #D0497C;
}
</style>