Shades of Deep Cerise #DC2388
Tints of Deep Cerise #DC2388
RGB
CMYK
RGB Variations
Color information
#DC2388 (or 0xDC2388) is known color: Deep Cerise. HEX triplet: DC, 23 and 88. RGB value is (220,35,136). Sum of RGB (Red+Green+Blue) = 220+35+136=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 35 (14.06% from 255 or 8.95% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2388 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2388 is #23DC77. Grayscale: #656565. Windows color (decimal): -2350200 or 8922076. OLE color: 8922076.
HSL color Cylindrical-coordinate representation of color #DC2388: hue angle of 327.24º 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 #DC2388 is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 136 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.14 |
| HSL | 327.24º | 0.73% | 0.5% | - |
| HSV(B) | 327.24º | 0.84% | 0.86% | - |
| XYZ | 34.56 | 18.2 | 24.98 | - |
| YUV | 101.83 | 147.29 | 212.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 136 | 0 | 0.84 | 0.38 | 0.14 | 327.24 | 0.73 | 0.5 |
| Hex | DC | 23 | 88 | 0 | 54 | 26 | E | 147 | 49 | 32 |
| Octal | 334 | 43 | 210 | 0 | 124 | 46 | 16 | 507 | 111 | 62 |
| Binary | 11011100 | 100011 | 10001000 | 0 | 1010100 | 100110 | 1110 | 101000111 | 1001001 | 110010 |
Color Harmonies of #DC2388
Complementary color
Monochromatic Colors of #DC2388
Black with #DC2388
Text Example
Text Example
White with #DC2388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2388; }
p { color: rgb(220,35,136); }
H1.HeaderClassName
{
color: #DC2388;
}
.AnyTagClassName
{
color: #DC2388;
}
</style>
background-color css
<style>
a { background-color: #DC2388; }
a { background-color: rgb(220,35,136); }
div.DivClassName
{
background-color: #DC2388;
}
.BgClassName
{
background-color: #DC2388;
}
</style>
border-color css
<style>
span { border-color: #DC2388; }
span { border-color: rgb(220,35,136); }
td.TdClassName
{
border-color: #DC2388;
}
.TagClassName
{
border-color: #DC2388;
}
</style>