Shades of Deep Cerise #DC2489
Tints of Deep Cerise #DC2489
RGB
CMYK
RGB Variations
Color information
#DC2489 (or 0xDC2489) is known color: Deep Cerise. HEX triplet: DC, 24 and 89. RGB value is (220,36,137). Sum of RGB (Red+Green+Blue) = 220+36+137=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 36 (14.45% from 255 or 9.16% from 393); Blue value is 137 (53.91% from 255 or 34.86% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2489 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2489 is #23DB76. Grayscale: #666666. Windows color (decimal): -2349943 or 8987868. OLE color: 8987868.
HSL color Cylindrical-coordinate representation of color #DC2489: hue angle of 327.07º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC2489 is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 137 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.14 |
| HSL | 327.07º | 0.72% | 0.5% | - |
| HSV(B) | 327.07º | 0.84% | 0.86% | - |
| XYZ | 34.66 | 18.28 | 25.37 | - |
| YUV | 102.53 | 147.46 | 211.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 137 | 0 | 0.84 | 0.38 | 0.14 | 327.07 | 0.72 | 0.5 |
| Hex | DC | 24 | 89 | 0 | 54 | 26 | E | 147 | 48 | 32 |
| Octal | 334 | 44 | 211 | 0 | 124 | 46 | 16 | 507 | 110 | 62 |
| Binary | 11011100 | 100100 | 10001001 | 0 | 1010100 | 100110 | 1110 | 101000111 | 1001000 | 110010 |
Color Harmonies of #DC2489
Complementary color
Monochromatic Colors of #DC2489
Black with #DC2489
Text Example
Text Example
White with #DC2489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2489; }
p { color: rgb(220,36,137); }
H1.HeaderClassName
{
color: #DC2489;
}
.AnyTagClassName
{
color: #DC2489;
}
</style>
background-color css
<style>
a { background-color: #DC2489; }
a { background-color: rgb(220,36,137); }
div.DivClassName
{
background-color: #DC2489;
}
.BgClassName
{
background-color: #DC2489;
}
</style>
border-color css
<style>
span { border-color: #DC2489; }
span { border-color: rgb(220,36,137); }
td.TdClassName
{
border-color: #DC2489;
}
.TagClassName
{
border-color: #DC2489;
}
</style>