Shades of Cranberry #DC5573
Tints of Cranberry #DC5573
RGB
CMYK
RGB Variations
Color information
#DC5573 (or 0xDC5573) is known color: Cranberry. HEX triplet: DC, 55 and 73. RGB value is (220,85,115). Sum of RGB (Red+Green+Blue) = 220+85+115=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 85 (33.59% from 255 or 20.24% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5573 is #23AA8C. Grayscale: #808080. Windows color (decimal): -2337421 or 7558620. OLE color: 7558620.
HSL color Cylindrical-coordinate representation of color #DC5573: hue angle of 346.67º 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 #DC5573 is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 115 | - |
| CMYK | 0 | 0.61 | 0.48 | 0.14 |
| HSL | 346.67º | 0.66% | 0.6% | - |
| HSV(B) | 346.67º | 0.61% | 0.86% | - |
| XYZ | 35.86 | 22.95 | 18.76 | - |
| YUV | 128.79 | 120.23 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 115 | 0 | 0.61 | 0.48 | 0.14 | 346.67 | 0.66 | 0.6 |
| Hex | DC | 55 | 73 | 0 | 3D | 30 | E | 15B | 42 | 3C |
| Octal | 334 | 125 | 163 | 0 | 75 | 60 | 16 | 533 | 102 | 74 |
| Binary | 11011100 | 1010101 | 1110011 | 0 | 111101 | 110000 | 1110 | 101011011 | 1000010 | 111100 |
Color Harmonies of #DC5573
Complementary color
Monochromatic Colors of #DC5573
Black with #DC5573
Text Example
Text Example
White with #DC5573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5573; }
p { color: rgb(220,85,115); }
H1.HeaderClassName
{
color: #DC5573;
}
.AnyTagClassName
{
color: #DC5573;
}
</style>
background-color css
<style>
a { background-color: #DC5573; }
a { background-color: rgb(220,85,115); }
div.DivClassName
{
background-color: #DC5573;
}
.BgClassName
{
background-color: #DC5573;
}
</style>
border-color css
<style>
span { border-color: #DC5573; }
span { border-color: rgb(220,85,115); }
td.TdClassName
{
border-color: #DC5573;
}
.TagClassName
{
border-color: #DC5573;
}
</style>