Shades of Deep Cerise #DC2389
Tints of Deep Cerise #DC2389
RGB
CMYK
RGB Variations
Color information
#DC2389 (or 0xDC2389) is known color: Deep Cerise. HEX triplet: DC, 23 and 89. RGB value is (220,35,137). Sum of RGB (Red+Green+Blue) = 220+35+137=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 35 (14.06% from 255 or 8.93% from 392); Blue value is 137 (53.91% from 255 or 34.95% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2389 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2389 is #23DC76. Grayscale: #656565. Windows color (decimal): -2350199 or 8987612. OLE color: 8987612.
HSL color Cylindrical-coordinate representation of color #DC2389: hue angle of 326.92º degrees, saturation: 0.73, 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 #DC2389 is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 137 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.14 |
| HSL | 326.92º | 0.73% | 0.5% | - |
| HSV(B) | 326.92º | 0.84% | 0.86% | - |
| XYZ | 34.63 | 18.22 | 25.36 | - |
| YUV | 101.94 | 147.79 | 212.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 137 | 0 | 0.84 | 0.38 | 0.14 | 326.92 | 0.73 | 0.5 |
| Hex | DC | 23 | 89 | 0 | 54 | 26 | E | 147 | 49 | 32 |
| Octal | 334 | 43 | 211 | 0 | 124 | 46 | 16 | 507 | 111 | 62 |
| Binary | 11011100 | 100011 | 10001001 | 0 | 1010100 | 100110 | 1110 | 101000111 | 1001001 | 110010 |
Color Harmonies of #DC2389
Complementary color
Monochromatic Colors of #DC2389
Black with #DC2389
Text Example
Text Example
White with #DC2389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2389; }
p { color: rgb(220,35,137); }
H1.HeaderClassName
{
color: #DC2389;
}
.AnyTagClassName
{
color: #DC2389;
}
</style>
background-color css
<style>
a { background-color: #DC2389; }
a { background-color: rgb(220,35,137); }
div.DivClassName
{
background-color: #DC2389;
}
.BgClassName
{
background-color: #DC2389;
}
</style>
border-color css
<style>
span { border-color: #DC2389; }
span { border-color: rgb(220,35,137); }
td.TdClassName
{
border-color: #DC2389;
}
.TagClassName
{
border-color: #DC2389;
}
</style>