Shades of Deep Cerise #DC239C
Tints of Deep Cerise #DC239C
RGB
CMYK
RGB Variations
Color information
#DC239C (or 0xDC239C) is known color: Deep Cerise. HEX triplet: DC, 23 and 9C. RGB value is (220,35,156). Sum of RGB (Red+Green+Blue) = 220+35+156=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 35 (14.06% from 255 or 8.52% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC239C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC239C is #23DC63. Grayscale: #676767. Windows color (decimal): -2350180 or 10232796. OLE color: 10232796.
HSL color Cylindrical-coordinate representation of color #DC239C: hue angle of 320.76º 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 #DC239C is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 156 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.14 |
| HSL | 320.76º | 0.73% | 0.5% | - |
| HSV(B) | 320.76º | 0.84% | 0.86% | - |
| XYZ | 36.12 | 18.82 | 33.18 | - |
| YUV | 104.11 | 157.29 | 210.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 156 | 0 | 0.84 | 0.29 | 0.14 | 320.76 | 0.73 | 0.5 |
| Hex | DC | 23 | 9C | 0 | 54 | 1D | E | 141 | 49 | 32 |
| Octal | 334 | 43 | 234 | 0 | 124 | 35 | 16 | 501 | 111 | 62 |
| Binary | 11011100 | 100011 | 10011100 | 0 | 1010100 | 11101 | 1110 | 101000001 | 1001001 | 110010 |
Color Harmonies of #DC239C
Complementary color
Monochromatic Colors of #DC239C
Black with #DC239C
Text Example
Text Example
White with #DC239C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC239C; }
p { color: rgb(220,35,156); }
H1.HeaderClassName
{
color: #DC239C;
}
.AnyTagClassName
{
color: #DC239C;
}
</style>
background-color css
<style>
a { background-color: #DC239C; }
a { background-color: rgb(220,35,156); }
div.DivClassName
{
background-color: #DC239C;
}
.BgClassName
{
background-color: #DC239C;
}
</style>
border-color css
<style>
span { border-color: #DC239C; }
span { border-color: rgb(220,35,156); }
td.TdClassName
{
border-color: #DC239C;
}
.TagClassName
{
border-color: #DC239C;
}
</style>