Shades of Deep Cerise #DC2889
Tints of Deep Cerise #DC2889
RGB
CMYK
RGB Variations
Color information
#DC2889 (or 0xDC2889) is known color: Deep Cerise. HEX triplet: DC, 28 and 89. RGB value is (220,40,137). Sum of RGB (Red+Green+Blue) = 220+40+137=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 40 (16.02% from 255 or 10.08% from 397); Blue value is 137 (53.91% from 255 or 34.51% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2889 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2889 is #23D776. Grayscale: #686868. Windows color (decimal): -2348919 or 8988892. OLE color: 8988892.
HSL color Cylindrical-coordinate representation of color #DC2889: hue angle of 327.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC2889 is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 40 | 137 | - |
| CMYK | 0 | 0.82 | 0.38 | 0.14 |
| HSL | 327.67º | 0.72% | 0.51% | - |
| HSV(B) | 327.67º | 0.82% | 0.86% | - |
| XYZ | 34.79 | 18.54 | 25.41 | - |
| YUV | 104.88 | 146.13 | 210.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 137 | 0 | 0.82 | 0.38 | 0.14 | 327.67 | 0.72 | 0.51 |
| Hex | DC | 28 | 89 | 0 | 52 | 26 | E | 148 | 48 | 33 |
| Octal | 334 | 50 | 211 | 0 | 122 | 46 | 16 | 510 | 110 | 63 |
| Binary | 11011100 | 101000 | 10001001 | 0 | 1010010 | 100110 | 1110 | 101001000 | 1001000 | 110011 |
Color Harmonies of #DC2889
Complementary color
Monochromatic Colors of #DC2889
Black with #DC2889
Text Example
Text Example
White with #DC2889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2889; }
p { color: rgb(220,40,137); }
H1.HeaderClassName
{
color: #DC2889;
}
.AnyTagClassName
{
color: #DC2889;
}
</style>
background-color css
<style>
a { background-color: #DC2889; }
a { background-color: rgb(220,40,137); }
div.DivClassName
{
background-color: #DC2889;
}
.BgClassName
{
background-color: #DC2889;
}
</style>
border-color css
<style>
span { border-color: #DC2889; }
span { border-color: rgb(220,40,137); }
td.TdClassName
{
border-color: #DC2889;
}
.TagClassName
{
border-color: #DC2889;
}
</style>