Shades of Deep Cerise #DC2188
Tints of Deep Cerise #DC2188
RGB
CMYK
RGB Variations
Color information
#DC2188 (or 0xDC2188) is known color: Deep Cerise. HEX triplet: DC, 21 and 88. RGB value is (220,33,136). Sum of RGB (Red+Green+Blue) = 220+33+136=389 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.56% from 389); Green value is 33 (13.28% from 255 or 8.48% from 389); Blue value is 136 (53.52% from 255 or 34.96% from 389); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2188 is #23DE77. Grayscale: #646464. Windows color (decimal): -2350712 or 8921564. OLE color: 8921564.
HSL color Cylindrical-coordinate representation of color #DC2188: hue angle of 326.95º 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 #DC2188 is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 33 | 136 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.14 |
| HSL | 326.95º | 0.74% | 0.5% | - |
| HSV(B) | 326.95º | 0.85% | 0.86% | - |
| XYZ | 34.5 | 18.08 | 24.96 | - |
| YUV | 100.66 | 147.95 | 213.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 33 | 136 | 0 | 0.85 | 0.38 | 0.14 | 326.95 | 0.74 | 0.5 |
| Hex | DC | 21 | 88 | 0 | 55 | 26 | E | 147 | 4A | 32 |
| Octal | 334 | 41 | 210 | 0 | 125 | 46 | 16 | 507 | 112 | 62 |
| Binary | 11011100 | 100001 | 10001000 | 0 | 1010101 | 100110 | 1110 | 101000111 | 1001010 | 110010 |
Color Harmonies of #DC2188
Complementary color
Monochromatic Colors of #DC2188
Black with #DC2188
Text Example
Text Example
White with #DC2188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2188; }
p { color: rgb(220,33,136); }
H1.HeaderClassName
{
color: #DC2188;
}
.AnyTagClassName
{
color: #DC2188;
}
</style>
background-color css
<style>
a { background-color: #DC2188; }
a { background-color: rgb(220,33,136); }
div.DivClassName
{
background-color: #DC2188;
}
.BgClassName
{
background-color: #DC2188;
}
</style>
border-color css
<style>
span { border-color: #DC2188; }
span { border-color: rgb(220,33,136); }
td.TdClassName
{
border-color: #DC2188;
}
.TagClassName
{
border-color: #DC2188;
}
</style>