Shades of Cranberry #DC5578
Tints of Cranberry #DC5578
RGB
CMYK
RGB Variations
Color information
#DC5578 (or 0xDC5578) is known color: Cranberry. HEX triplet: DC, 55 and 78. RGB value is (220,85,120). Sum of RGB (Red+Green+Blue) = 220+85+120=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 85 (33.59% from 255 or 20% from 425); Blue value is 120 (47.27% from 255 or 28.24% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5578 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5578 is #23AA87. Grayscale: #818181. Windows color (decimal): -2337416 or 7886300. OLE color: 7886300.
HSL color Cylindrical-coordinate representation of color #DC5578: hue angle of 344.44º 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 #DC5578 is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 120 | - |
| CMYK | 0 | 0.61 | 0.45 | 0.14 |
| HSL | 344.44º | 0.66% | 0.6% | - |
| HSV(B) | 344.44º | 0.61% | 0.86% | - |
| XYZ | 36.15 | 23.07 | 20.32 | - |
| YUV | 129.36 | 122.73 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 120 | 0 | 0.61 | 0.45 | 0.14 | 344.44 | 0.66 | 0.6 |
| Hex | DC | 55 | 78 | 0 | 3D | 2D | E | 158 | 42 | 3C |
| Octal | 334 | 125 | 170 | 0 | 75 | 55 | 16 | 530 | 102 | 74 |
| Binary | 11011100 | 1010101 | 1111000 | 0 | 111101 | 101101 | 1110 | 101011000 | 1000010 | 111100 |
Color Harmonies of #DC5578
Complementary color
Monochromatic Colors of #DC5578
Black with #DC5578
Text Example
Text Example
White with #DC5578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5578; }
p { color: rgb(220,85,120); }
H1.HeaderClassName
{
color: #DC5578;
}
.AnyTagClassName
{
color: #DC5578;
}
</style>
background-color css
<style>
a { background-color: #DC5578; }
a { background-color: rgb(220,85,120); }
div.DivClassName
{
background-color: #DC5578;
}
.BgClassName
{
background-color: #DC5578;
}
</style>
border-color css
<style>
span { border-color: #DC5578; }
span { border-color: rgb(220,85,120); }
td.TdClassName
{
border-color: #DC5578;
}
.TagClassName
{
border-color: #DC5578;
}
</style>