Shades of Deep Cerise #DC2577
Tints of Deep Cerise #DC2577
RGB
CMYK
RGB Variations
Color information
#DC2577 (or 0xDC2577) is known color: Deep Cerise. HEX triplet: DC, 25 and 77. RGB value is (220,37,119). Sum of RGB (Red+Green+Blue) = 220+37+119=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 37 (14.84% from 255 or 9.84% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2577 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2577 is #23DA88. Grayscale: #646464. Windows color (decimal): -2349705 or 7808476. OLE color: 7808476.
HSL color Cylindrical-coordinate representation of color #DC2577: hue angle of 333.11º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC2577 is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 37 | 119 | - |
| CMYK | 0 | 0.83 | 0.46 | 0.14 |
| HSL | 333.11º | 0.72% | 0.5% | - |
| HSV(B) | 333.11º | 0.83% | 0.86% | - |
| XYZ | 33.51 | 17.87 | 19.14 | - |
| YUV | 101.07 | 138.13 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 37 | 119 | 0 | 0.83 | 0.46 | 0.14 | 333.11 | 0.72 | 0.5 |
| Hex | DC | 25 | 77 | 0 | 53 | 2E | E | 14D | 48 | 32 |
| Octal | 334 | 45 | 167 | 0 | 123 | 56 | 16 | 515 | 110 | 62 |
| Binary | 11011100 | 100101 | 1110111 | 0 | 1010011 | 101110 | 1110 | 101001101 | 1001000 | 110010 |
Color Harmonies of #DC2577
Complementary color
Monochromatic Colors of #DC2577
Black with #DC2577
Text Example
Text Example
White with #DC2577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2577; }
p { color: rgb(220,37,119); }
H1.HeaderClassName
{
color: #DC2577;
}
.AnyTagClassName
{
color: #DC2577;
}
</style>
background-color css
<style>
a { background-color: #DC2577; }
a { background-color: rgb(220,37,119); }
div.DivClassName
{
background-color: #DC2577;
}
.BgClassName
{
background-color: #DC2577;
}
</style>
border-color css
<style>
span { border-color: #DC2577; }
span { border-color: rgb(220,37,119); }
td.TdClassName
{
border-color: #DC2577;
}
.TagClassName
{
border-color: #DC2577;
}
</style>