Shades of Cranberry #DC5576
Tints of Cranberry #DC5576
RGB
CMYK
RGB Variations
Color information
#DC5576 (or 0xDC5576) is known color: Cranberry. HEX triplet: DC, 55 and 76. RGB value is (220,85,118). Sum of RGB (Red+Green+Blue) = 220+85+118=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5576 is #23AA89. Grayscale: #818181. Windows color (decimal): -2337418 or 7755228. OLE color: 7755228.
HSL color Cylindrical-coordinate representation of color #DC5576: hue angle of 345.33º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC5576 is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 118 | - |
| CMYK | 0 | 0.61 | 0.46 | 0.14 |
| HSL | 345.33º | 0.66% | 0.6% | - |
| HSV(B) | 345.33º | 0.61% | 0.86% | - |
| XYZ | 36.03 | 23.02 | 19.68 | - |
| YUV | 129.13 | 121.73 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 118 | 0 | 0.61 | 0.46 | 0.14 | 345.33 | 0.66 | 0.6 |
| Hex | DC | 55 | 76 | 0 | 3D | 2E | E | 159 | 42 | 3C |
| Octal | 334 | 125 | 166 | 0 | 75 | 56 | 16 | 531 | 102 | 74 |
| Binary | 11011100 | 1010101 | 1110110 | 0 | 111101 | 101110 | 1110 | 101011001 | 1000010 | 111100 |
Color Harmonies of #DC5576
Complementary color
Monochromatic Colors of #DC5576
Black with #DC5576
Text Example
Text Example
White with #DC5576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5576; }
p { color: rgb(220,85,118); }
H1.HeaderClassName
{
color: #DC5576;
}
.AnyTagClassName
{
color: #DC5576;
}
</style>
background-color css
<style>
a { background-color: #DC5576; }
a { background-color: rgb(220,85,118); }
div.DivClassName
{
background-color: #DC5576;
}
.BgClassName
{
background-color: #DC5576;
}
</style>
border-color css
<style>
span { border-color: #DC5576; }
span { border-color: rgb(220,85,118); }
td.TdClassName
{
border-color: #DC5576;
}
.TagClassName
{
border-color: #DC5576;
}
</style>