Shades of Cranberry #DC556E
Tints of Cranberry #DC556E
RGB
CMYK
RGB Variations
Color information
#DC556E (or 0xDC556E) is known color: Cranberry. HEX triplet: DC, 55 and 6E. RGB value is (220,85,110). Sum of RGB (Red+Green+Blue) = 220+85+110=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 85 (33.59% from 255 or 20.48% from 415); Blue value is 110 (43.36% from 255 or 26.51% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC556E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC556E is #23AA91. Grayscale: #808080. Windows color (decimal): -2337426 or 7230940. OLE color: 7230940.
HSL color Cylindrical-coordinate representation of color #DC556E: hue angle of 348.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 #DC556E is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 110 | - |
| CMYK | 0 | 0.61 | 0.50 | 0.14 |
| HSL | 348.89º | 0.66% | 0.6% | - |
| HSV(B) | 348.89º | 0.61% | 0.86% | - |
| XYZ | 35.58 | 22.84 | 17.28 | - |
| YUV | 128.22 | 117.73 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 110 | 0 | 0.61 | 0.50 | 0.14 | 348.89 | 0.66 | 0.6 |
| Hex | DC | 55 | 6E | 0 | 3D | 32 | E | 15D | 42 | 3C |
| Octal | 334 | 125 | 156 | 0 | 75 | 62 | 16 | 535 | 102 | 74 |
| Binary | 11011100 | 1010101 | 1101110 | 0 | 111101 | 110010 | 1110 | 101011101 | 1000010 | 111100 |
Color Harmonies of #DC556E
Complementary color
Monochromatic Colors of #DC556E
Black with #DC556E
Text Example
Text Example
White with #DC556E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC556E; }
p { color: rgb(220,85,110); }
H1.HeaderClassName
{
color: #DC556E;
}
.AnyTagClassName
{
color: #DC556E;
}
</style>
background-color css
<style>
a { background-color: #DC556E; }
a { background-color: rgb(220,85,110); }
div.DivClassName
{
background-color: #DC556E;
}
.BgClassName
{
background-color: #DC556E;
}
</style>
border-color css
<style>
span { border-color: #DC556E; }
span { border-color: rgb(220,85,110); }
td.TdClassName
{
border-color: #DC556E;
}
.TagClassName
{
border-color: #DC556E;
}
</style>