Shades of Cranberry #DC5780
Tints of Cranberry #DC5780
RGB
CMYK
RGB Variations
Color information
#DC5780 (or 0xDC5780) is known color: Cranberry. HEX triplet: DC, 57 and 80. RGB value is (220,87,128). Sum of RGB (Red+Green+Blue) = 220+87+128=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 87 (34.38% from 255 or 20% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5780 is #23A87F. Grayscale: #838383. Windows color (decimal): -2336896 or 8411100. OLE color: 8411100.
HSL color Cylindrical-coordinate representation of color #DC5780: hue angle of 341.5º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC5780 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 87 | 128 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.14 |
| HSL | 341.5º | 0.66% | 0.6% | - |
| HSV(B) | 341.5º | 0.6% | 0.86% | - |
| XYZ | 36.82 | 23.59 | 23.03 | - |
| YUV | 131.44 | 126.06 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 87 | 128 | 0 | 0.60 | 0.42 | 0.14 | 341.5 | 0.66 | 0.6 |
| Hex | DC | 57 | 80 | 0 | 3C | 2A | E | 156 | 42 | 3C |
| Octal | 334 | 127 | 200 | 0 | 74 | 52 | 16 | 526 | 102 | 74 |
| Binary | 11011100 | 1010111 | 10000000 | 0 | 111100 | 101010 | 1110 | 101010110 | 1000010 | 111100 |
Color Harmonies of #DC5780
Complementary color
Monochromatic Colors of #DC5780
Black with #DC5780
Text Example
Text Example
White with #DC5780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5780; }
p { color: rgb(220,87,128); }
H1.HeaderClassName
{
color: #DC5780;
}
.AnyTagClassName
{
color: #DC5780;
}
</style>
background-color css
<style>
a { background-color: #DC5780; }
a { background-color: rgb(220,87,128); }
div.DivClassName
{
background-color: #DC5780;
}
.BgClassName
{
background-color: #DC5780;
}
</style>
border-color css
<style>
span { border-color: #DC5780; }
span { border-color: rgb(220,87,128); }
td.TdClassName
{
border-color: #DC5780;
}
.TagClassName
{
border-color: #DC5780;
}
</style>