Shades of Cranberry #DC496D
Tints of Cranberry #DC496D
RGB
CMYK
RGB Variations
Color information
#DC496D (or 0xDC496D) is known color: Cranberry. HEX triplet: DC, 49 and 6D. RGB value is (220,73,109). Sum of RGB (Red+Green+Blue) = 220+73+109=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 73 (28.91% from 255 or 18.16% from 402); Blue value is 109 (42.97% from 255 or 27.11% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DC496D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC496D is #23B692. Grayscale: #797979. Windows color (decimal): -2340499 or 7162332. OLE color: 7162332.
HSL color Cylindrical-coordinate representation of color #DC496D: hue angle of 345.31º 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 #DC496D is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 73 | 109 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.14 |
| HSL | 345.31º | 0.68% | 0.57% | - |
| HSV(B) | 345.31º | 0.67% | 0.86% | - |
| XYZ | 34.66 | 21.08 | 16.71 | - |
| YUV | 121.06 | 121.2 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 73 | 109 | 0 | 0.67 | 0.50 | 0.14 | 345.31 | 0.68 | 0.57 |
| Hex | DC | 49 | 6D | 0 | 43 | 32 | E | 159 | 44 | 39 |
| Octal | 334 | 111 | 155 | 0 | 103 | 62 | 16 | 531 | 104 | 71 |
| Binary | 11011100 | 1001001 | 1101101 | 0 | 1000011 | 110010 | 1110 | 101011001 | 1000100 | 111001 |
Color Harmonies of #DC496D
Complementary color
Monochromatic Colors of #DC496D
Black with #DC496D
Text Example
Text Example
White with #DC496D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC496D; }
p { color: rgb(220,73,109); }
H1.HeaderClassName
{
color: #DC496D;
}
.AnyTagClassName
{
color: #DC496D;
}
</style>
background-color css
<style>
a { background-color: #DC496D; }
a { background-color: rgb(220,73,109); }
div.DivClassName
{
background-color: #DC496D;
}
.BgClassName
{
background-color: #DC496D;
}
</style>
border-color css
<style>
span { border-color: #DC496D; }
span { border-color: rgb(220,73,109); }
td.TdClassName
{
border-color: #DC496D;
}
.TagClassName
{
border-color: #DC496D;
}
</style>