Shades of Cranberry #DC5583
Tints of Cranberry #DC5583
RGB
CMYK
RGB Variations
Color information
#DC5583 (or 0xDC5583) is known color: Cranberry. HEX triplet: DC, 55 and 83. RGB value is (220,85,131). Sum of RGB (Red+Green+Blue) = 220+85+131=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 131 (51.56% from 255 or 30.05% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5583 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5583 is #23AA7C. Grayscale: #828282. Windows color (decimal): -2337405 or 8607196. OLE color: 8607196.
HSL color Cylindrical-coordinate representation of color #DC5583: hue angle of 339.56º 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 #DC5583 is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 131 | - |
| CMYK | 0 | 0.61 | 0.40 | 0.14 |
| HSL | 339.56º | 0.66% | 0.6% | - |
| HSV(B) | 339.56º | 0.61% | 0.86% | - |
| XYZ | 36.86 | 23.35 | 24.04 | - |
| YUV | 130.61 | 128.23 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 131 | 0 | 0.61 | 0.40 | 0.14 | 339.56 | 0.66 | 0.6 |
| Hex | DC | 55 | 83 | 0 | 3D | 28 | E | 154 | 42 | 3C |
| Octal | 334 | 125 | 203 | 0 | 75 | 50 | 16 | 524 | 102 | 74 |
| Binary | 11011100 | 1010101 | 10000011 | 0 | 111101 | 101000 | 1110 | 101010100 | 1000010 | 111100 |
Color Harmonies of #DC5583
Complementary color
Monochromatic Colors of #DC5583
Black with #DC5583
Text Example
Text Example
White with #DC5583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5583; }
p { color: rgb(220,85,131); }
H1.HeaderClassName
{
color: #DC5583;
}
.AnyTagClassName
{
color: #DC5583;
}
</style>
background-color css
<style>
a { background-color: #DC5583; }
a { background-color: rgb(220,85,131); }
div.DivClassName
{
background-color: #DC5583;
}
.BgClassName
{
background-color: #DC5583;
}
</style>
border-color css
<style>
span { border-color: #DC5583; }
span { border-color: rgb(220,85,131); }
td.TdClassName
{
border-color: #DC5583;
}
.TagClassName
{
border-color: #DC5583;
}
</style>