Shades of Deep Cerise #DC2189
Tints of Deep Cerise #DC2189
RGB
CMYK
RGB Variations
Color information
#DC2189 (or 0xDC2189) is known color: Deep Cerise. HEX triplet: DC, 21 and 89. RGB value is (220,33,137). Sum of RGB (Red+Green+Blue) = 220+33+137=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 33 (13.28% from 255 or 8.46% from 390); Blue value is 137 (53.91% from 255 or 35.13% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2189 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2189 is #23DE76. Grayscale: #646464. Windows color (decimal): -2350711 or 8987100. OLE color: 8987100.
HSL color Cylindrical-coordinate representation of color #DC2189: hue angle of 326.63º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC2189 is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 33 | 137 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.14 |
| HSL | 326.63º | 0.74% | 0.5% | - |
| HSV(B) | 326.63º | 0.85% | 0.86% | - |
| XYZ | 34.57 | 18.11 | 25.34 | - |
| YUV | 100.77 | 148.45 | 213.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 33 | 137 | 0 | 0.85 | 0.38 | 0.14 | 326.63 | 0.74 | 0.5 |
| Hex | DC | 21 | 89 | 0 | 55 | 26 | E | 147 | 4A | 32 |
| Octal | 334 | 41 | 211 | 0 | 125 | 46 | 16 | 507 | 112 | 62 |
| Binary | 11011100 | 100001 | 10001001 | 0 | 1010101 | 100110 | 1110 | 101000111 | 1001010 | 110010 |
Color Harmonies of #DC2189
Complementary color
Monochromatic Colors of #DC2189
Black with #DC2189
Text Example
Text Example
White with #DC2189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2189; }
p { color: rgb(220,33,137); }
H1.HeaderClassName
{
color: #DC2189;
}
.AnyTagClassName
{
color: #DC2189;
}
</style>
background-color css
<style>
a { background-color: #DC2189; }
a { background-color: rgb(220,33,137); }
div.DivClassName
{
background-color: #DC2189;
}
.BgClassName
{
background-color: #DC2189;
}
</style>
border-color css
<style>
span { border-color: #DC2189; }
span { border-color: rgb(220,33,137); }
td.TdClassName
{
border-color: #DC2189;
}
.TagClassName
{
border-color: #DC2189;
}
</style>