Shades of Deep Cerise #DC239F
Tints of Deep Cerise #DC239F
RGB
CMYK
RGB Variations
Color information
#DC239F (or 0xDC239F) is known color: Deep Cerise. HEX triplet: DC, 23 and 9F. RGB value is (220,35,159). Sum of RGB (Red+Green+Blue) = 220+35+159=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 35 (14.06% from 255 or 8.45% from 414); Blue value is 159 (62.5% from 255 or 38.41% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC239F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC239F is #23DC60. Grayscale: #686868. Windows color (decimal): -2350177 or 10429404. OLE color: 10429404.
HSL color Cylindrical-coordinate representation of color #DC239F: hue angle of 319.78º 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 #DC239F is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 159 | - |
| CMYK | 0 | 0.84 | 0.28 | 0.14 |
| HSL | 319.78º | 0.73% | 0.5% | - |
| HSV(B) | 319.78º | 0.84% | 0.86% | - |
| XYZ | 36.37 | 18.92 | 34.54 | - |
| YUV | 104.45 | 158.79 | 210.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 159 | 0 | 0.84 | 0.28 | 0.14 | 319.78 | 0.73 | 0.5 |
| Hex | DC | 23 | 9F | 0 | 54 | 1C | E | 140 | 49 | 32 |
| Octal | 334 | 43 | 237 | 0 | 124 | 34 | 16 | 500 | 111 | 62 |
| Binary | 11011100 | 100011 | 10011111 | 0 | 1010100 | 11100 | 1110 | 101000000 | 1001001 | 110010 |
Color Harmonies of #DC239F
Complementary color
Monochromatic Colors of #DC239F
Black with #DC239F
Text Example
Text Example
White with #DC239F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC239F; }
p { color: rgb(220,35,159); }
H1.HeaderClassName
{
color: #DC239F;
}
.AnyTagClassName
{
color: #DC239F;
}
</style>
background-color css
<style>
a { background-color: #DC239F; }
a { background-color: rgb(220,35,159); }
div.DivClassName
{
background-color: #DC239F;
}
.BgClassName
{
background-color: #DC239F;
}
</style>
border-color css
<style>
span { border-color: #DC239F; }
span { border-color: rgb(220,35,159); }
td.TdClassName
{
border-color: #DC239F;
}
.TagClassName
{
border-color: #DC239F;
}
</style>