Shades of Deep Cerise #DC2392
Tints of Deep Cerise #DC2392
RGB
CMYK
RGB Variations
Color information
#DC2392 (or 0xDC2392) is known color: Deep Cerise. HEX triplet: DC, 23 and 92. RGB value is (220,35,146). Sum of RGB (Red+Green+Blue) = 220+35+146=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 35 (14.06% from 255 or 8.73% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2392 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2392 is #23DC6D. Grayscale: #666666. Windows color (decimal): -2350190 or 9577436. OLE color: 9577436.
HSL color Cylindrical-coordinate representation of color #DC2392: hue angle of 324º 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 #DC2392 is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 146 | - |
| CMYK | 0 | 0.84 | 0.34 | 0.14 |
| HSL | 324º | 0.73% | 0.5% | - |
| HSV(B) | 324º | 0.84% | 0.86% | - |
| XYZ | 35.3 | 18.49 | 28.9 | - |
| YUV | 102.97 | 152.29 | 211.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 146 | 0 | 0.84 | 0.34 | 0.14 | 324 | 0.73 | 0.5 |
| Hex | DC | 23 | 92 | 0 | 54 | 22 | E | 144 | 49 | 32 |
| Octal | 334 | 43 | 222 | 0 | 124 | 42 | 16 | 504 | 111 | 62 |
| Binary | 11011100 | 100011 | 10010010 | 0 | 1010100 | 100010 | 1110 | 101000100 | 1001001 | 110010 |
Color Harmonies of #DC2392
Complementary color
Monochromatic Colors of #DC2392
Black with #DC2392
Text Example
Text Example
White with #DC2392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2392; }
p { color: rgb(220,35,146); }
H1.HeaderClassName
{
color: #DC2392;
}
.AnyTagClassName
{
color: #DC2392;
}
</style>
background-color css
<style>
a { background-color: #DC2392; }
a { background-color: rgb(220,35,146); }
div.DivClassName
{
background-color: #DC2392;
}
.BgClassName
{
background-color: #DC2392;
}
</style>
border-color css
<style>
span { border-color: #DC2392; }
span { border-color: rgb(220,35,146); }
td.TdClassName
{
border-color: #DC2392;
}
.TagClassName
{
border-color: #DC2392;
}
</style>