Shades of Cranberry #DC577C
Tints of Cranberry #DC577C
RGB
CMYK
RGB Variations
Color information
#DC577C (or 0xDC577C) is known color: Cranberry. HEX triplet: DC, 57 and 7C. RGB value is (220,87,124). Sum of RGB (Red+Green+Blue) = 220+87+124=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 87 (34.38% from 255 or 20.19% from 431); Blue value is 124 (48.83% from 255 or 28.77% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC577C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC577C is #23A883. Grayscale: #828282. Windows color (decimal): -2336900 or 8148956. OLE color: 8148956.
HSL color Cylindrical-coordinate representation of color #DC577C: hue angle of 343.31º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC577C is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 87 | 124 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.14 |
| HSL | 343.31º | 0.66% | 0.6% | - |
| HSV(B) | 343.31º | 0.6% | 0.86% | - |
| XYZ | 36.56 | 23.49 | 21.68 | - |
| YUV | 130.99 | 124.06 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 87 | 124 | 0 | 0.60 | 0.44 | 0.14 | 343.31 | 0.66 | 0.6 |
| Hex | DC | 57 | 7C | 0 | 3C | 2C | E | 157 | 42 | 3C |
| Octal | 334 | 127 | 174 | 0 | 74 | 54 | 16 | 527 | 102 | 74 |
| Binary | 11011100 | 1010111 | 1111100 | 0 | 111100 | 101100 | 1110 | 101010111 | 1000010 | 111100 |
Color Harmonies of #DC577C
Complementary color
Monochromatic Colors of #DC577C
Black with #DC577C
Text Example
Text Example
White with #DC577C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC577C; }
p { color: rgb(220,87,124); }
H1.HeaderClassName
{
color: #DC577C;
}
.AnyTagClassName
{
color: #DC577C;
}
</style>
background-color css
<style>
a { background-color: #DC577C; }
a { background-color: rgb(220,87,124); }
div.DivClassName
{
background-color: #DC577C;
}
.BgClassName
{
background-color: #DC577C;
}
</style>
border-color css
<style>
span { border-color: #DC577C; }
span { border-color: rgb(220,87,124); }
td.TdClassName
{
border-color: #DC577C;
}
.TagClassName
{
border-color: #DC577C;
}
</style>