Shades of Cranberry #DC496A
Tints of Cranberry #DC496A
RGB
CMYK
RGB Variations
Color information
#DC496A (or 0xDC496A) is known color: Cranberry. HEX triplet: DC, 49 and 6A. RGB value is (220,73,106). Sum of RGB (Red+Green+Blue) = 220+73+106=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 73 (28.91% from 255 or 18.30% from 399); Blue value is 106 (41.80% from 255 or 26.57% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC496A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC496A is #23B695. Grayscale: #787878. Windows color (decimal): -2340502 or 6965724. OLE color: 6965724.
HSL color Cylindrical-coordinate representation of color #DC496A: hue angle of 346.53º 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 #DC496A is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 73 | 106 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.14 |
| HSL | 346.53º | 0.68% | 0.57% | - |
| HSV(B) | 346.53º | 0.67% | 0.86% | - |
| XYZ | 34.5 | 21.02 | 15.87 | - |
| YUV | 120.72 | 119.7 | 198.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 73 | 106 | 0 | 0.67 | 0.52 | 0.14 | 346.53 | 0.68 | 0.57 |
| Hex | DC | 49 | 6A | 0 | 43 | 34 | E | 15B | 44 | 39 |
| Octal | 334 | 111 | 152 | 0 | 103 | 64 | 16 | 533 | 104 | 71 |
| Binary | 11011100 | 1001001 | 1101010 | 0 | 1000011 | 110100 | 1110 | 101011011 | 1000100 | 111001 |
Color Harmonies of #DC496A
Complementary color
Monochromatic Colors of #DC496A
Black with #DC496A
Text Example
Text Example
White with #DC496A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC496A; }
p { color: rgb(220,73,106); }
H1.HeaderClassName
{
color: #DC496A;
}
.AnyTagClassName
{
color: #DC496A;
}
</style>
background-color css
<style>
a { background-color: #DC496A; }
a { background-color: rgb(220,73,106); }
div.DivClassName
{
background-color: #DC496A;
}
.BgClassName
{
background-color: #DC496A;
}
</style>
border-color css
<style>
span { border-color: #DC496A; }
span { border-color: rgb(220,73,106); }
td.TdClassName
{
border-color: #DC496A;
}
.TagClassName
{
border-color: #DC496A;
}
</style>