Shades of Cranberry #DC5580
Tints of Cranberry #DC5580
RGB
CMYK
RGB Variations
Color information
#DC5580 (or 0xDC5580) is known color: Cranberry. HEX triplet: DC, 55 and 80. RGB value is (220,85,128). Sum of RGB (Red+Green+Blue) = 220+85+128=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 128 (50.39% from 255 or 29.56% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5580 is #23AA7F. Grayscale: #828282. Windows color (decimal): -2337408 or 8410588. OLE color: 8410588.
HSL color Cylindrical-coordinate representation of color #DC5580: hue angle of 340.89º 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 #DC5580 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 128 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.14 |
| HSL | 340.89º | 0.66% | 0.6% | - |
| HSV(B) | 340.89º | 0.61% | 0.86% | - |
| XYZ | 36.66 | 23.27 | 22.98 | - |
| YUV | 130.27 | 126.73 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 128 | 0 | 0.61 | 0.42 | 0.14 | 340.89 | 0.66 | 0.6 |
| Hex | DC | 55 | 80 | 0 | 3D | 2A | E | 155 | 42 | 3C |
| Octal | 334 | 125 | 200 | 0 | 75 | 52 | 16 | 525 | 102 | 74 |
| Binary | 11011100 | 1010101 | 10000000 | 0 | 111101 | 101010 | 1110 | 101010101 | 1000010 | 111100 |
Color Harmonies of #DC5580
Complementary color
Monochromatic Colors of #DC5580
Black with #DC5580
Text Example
Text Example
White with #DC5580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5580; }
p { color: rgb(220,85,128); }
H1.HeaderClassName
{
color: #DC5580;
}
.AnyTagClassName
{
color: #DC5580;
}
</style>
background-color css
<style>
a { background-color: #DC5580; }
a { background-color: rgb(220,85,128); }
div.DivClassName
{
background-color: #DC5580;
}
.BgClassName
{
background-color: #DC5580;
}
</style>
border-color css
<style>
span { border-color: #DC5580; }
span { border-color: rgb(220,85,128); }
td.TdClassName
{
border-color: #DC5580;
}
.TagClassName
{
border-color: #DC5580;
}
</style>