Shades of Cranberry #DC557E
Tints of Cranberry #DC557E
RGB
CMYK
RGB Variations
Color information
#DC557E (or 0xDC557E) is known color: Cranberry. HEX triplet: DC, 55 and 7E. RGB value is (220,85,126). Sum of RGB (Red+Green+Blue) = 220+85+126=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 85 (33.59% from 255 or 19.72% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC557E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC557E is #23AA81. Grayscale: #828282. Windows color (decimal): -2337410 or 8279516. OLE color: 8279516.
HSL color Cylindrical-coordinate representation of color #DC557E: hue angle of 341.78º 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 #DC557E is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 126 | - |
| CMYK | 0 | 0.61 | 0.43 | 0.14 |
| HSL | 341.78º | 0.66% | 0.6% | - |
| HSV(B) | 341.78º | 0.61% | 0.86% | - |
| XYZ | 36.53 | 23.22 | 22.3 | - |
| YUV | 130.04 | 125.73 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 126 | 0 | 0.61 | 0.43 | 0.14 | 341.78 | 0.66 | 0.6 |
| Hex | DC | 55 | 7E | 0 | 3D | 2B | E | 156 | 42 | 3C |
| Octal | 334 | 125 | 176 | 0 | 75 | 53 | 16 | 526 | 102 | 74 |
| Binary | 11011100 | 1010101 | 1111110 | 0 | 111101 | 101011 | 1110 | 101010110 | 1000010 | 111100 |
Color Harmonies of #DC557E
Complementary color
Monochromatic Colors of #DC557E
Black with #DC557E
Text Example
Text Example
White with #DC557E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC557E; }
p { color: rgb(220,85,126); }
H1.HeaderClassName
{
color: #DC557E;
}
.AnyTagClassName
{
color: #DC557E;
}
</style>
background-color css
<style>
a { background-color: #DC557E; }
a { background-color: rgb(220,85,126); }
div.DivClassName
{
background-color: #DC557E;
}
.BgClassName
{
background-color: #DC557E;
}
</style>
border-color css
<style>
span { border-color: #DC557E; }
span { border-color: rgb(220,85,126); }
td.TdClassName
{
border-color: #DC557E;
}
.TagClassName
{
border-color: #DC557E;
}
</style>