Shades of Cranberry #DC557C
Tints of Cranberry #DC557C
RGB
CMYK
RGB Variations
Color information
#DC557C (or 0xDC557C) is known color: Cranberry. HEX triplet: DC, 55 and 7C. RGB value is (220,85,124). Sum of RGB (Red+Green+Blue) = 220+85+124=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 85 (33.59% from 255 or 19.81% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC557C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC557C is #23AA83. Grayscale: #818181. Windows color (decimal): -2337412 or 8148444. OLE color: 8148444.
HSL color Cylindrical-coordinate representation of color #DC557C: hue angle of 342.67º 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 #DC557C is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 124 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.14 |
| HSL | 342.67º | 0.66% | 0.6% | - |
| HSV(B) | 342.67º | 0.61% | 0.86% | - |
| XYZ | 36.4 | 23.17 | 21.62 | - |
| YUV | 129.81 | 124.73 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 124 | 0 | 0.61 | 0.44 | 0.14 | 342.67 | 0.66 | 0.6 |
| Hex | DC | 55 | 7C | 0 | 3D | 2C | E | 157 | 42 | 3C |
| Octal | 334 | 125 | 174 | 0 | 75 | 54 | 16 | 527 | 102 | 74 |
| Binary | 11011100 | 1010101 | 1111100 | 0 | 111101 | 101100 | 1110 | 101010111 | 1000010 | 111100 |
Color Harmonies of #DC557C
Complementary color
Monochromatic Colors of #DC557C
Black with #DC557C
Text Example
Text Example
White with #DC557C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC557C; }
p { color: rgb(220,85,124); }
H1.HeaderClassName
{
color: #DC557C;
}
.AnyTagClassName
{
color: #DC557C;
}
</style>
background-color css
<style>
a { background-color: #DC557C; }
a { background-color: rgb(220,85,124); }
div.DivClassName
{
background-color: #DC557C;
}
.BgClassName
{
background-color: #DC557C;
}
</style>
border-color css
<style>
span { border-color: #DC557C; }
span { border-color: rgb(220,85,124); }
td.TdClassName
{
border-color: #DC557C;
}
.TagClassName
{
border-color: #DC557C;
}
</style>