Shades of Cranberry #DC497C
Tints of Cranberry #DC497C
RGB
CMYK
RGB Variations
Color information
#DC497C (or 0xDC497C) is known color: Cranberry. HEX triplet: DC, 49 and 7C. RGB value is (220,73,124). Sum of RGB (Red+Green+Blue) = 220+73+124=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 73 (28.91% from 255 or 17.51% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC497C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC497C is #23B683. Grayscale: #7A7A7A. Windows color (decimal): -2340484 or 8145372. OLE color: 8145372.
HSL color Cylindrical-coordinate representation of color #DC497C: hue angle of 339.18º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC497C is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 73 | 124 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.14 |
| HSL | 339.18º | 0.68% | 0.57% | - |
| HSV(B) | 339.18º | 0.67% | 0.86% | - |
| XYZ | 35.54 | 21.44 | 21.33 | - |
| YUV | 122.77 | 128.7 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 73 | 124 | 0 | 0.67 | 0.44 | 0.14 | 339.18 | 0.68 | 0.57 |
| Hex | DC | 49 | 7C | 0 | 43 | 2C | E | 153 | 44 | 39 |
| Octal | 334 | 111 | 174 | 0 | 103 | 54 | 16 | 523 | 104 | 71 |
| Binary | 11011100 | 1001001 | 1111100 | 0 | 1000011 | 101100 | 1110 | 101010011 | 1000100 | 111001 |
Color Harmonies of #DC497C
Complementary color
Monochromatic Colors of #DC497C
Black with #DC497C
Text Example
Text Example
White with #DC497C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC497C; }
p { color: rgb(220,73,124); }
H1.HeaderClassName
{
color: #DC497C;
}
.AnyTagClassName
{
color: #DC497C;
}
</style>
background-color css
<style>
a { background-color: #DC497C; }
a { background-color: rgb(220,73,124); }
div.DivClassName
{
background-color: #DC497C;
}
.BgClassName
{
background-color: #DC497C;
}
</style>
border-color css
<style>
span { border-color: #DC497C; }
span { border-color: rgb(220,73,124); }
td.TdClassName
{
border-color: #DC497C;
}
.TagClassName
{
border-color: #DC497C;
}
</style>