Shades of Deep Cerise #DF239E
Tints of Deep Cerise #DF239E
RGB
CMYK
RGB Variations
Color information
#DF239E (or 0xDF239E) is known color: Deep Cerise. HEX triplet: DF, 23 and 9E. RGB value is (223,35,158). Sum of RGB (Red+Green+Blue) = 223+35+158=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 35 (14.06% from 255 or 8.41% from 416); Blue value is 158 (62.11% from 255 or 37.98% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DF239E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF239E is #20DC61. Grayscale: #686868. Windows color (decimal): -2153570 or 10363871. OLE color: 10363871.
HSL color Cylindrical-coordinate representation of color #DF239E: hue angle of 320.74º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF239E is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 35 | 158 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.13 |
| HSL | 320.74º | 0.75% | 0.51% | - |
| HSV(B) | 320.74º | 0.84% | 0.87% | - |
| XYZ | 37.2 | 19.36 | 34.12 | - |
| YUV | 105.23 | 157.78 | 212 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 35 | 158 | 0 | 0.84 | 0.29 | 0.13 | 320.74 | 0.75 | 0.51 |
| Hex | DF | 23 | 9E | 0 | 54 | 1D | D | 141 | 4B | 33 |
| Octal | 337 | 43 | 236 | 0 | 124 | 35 | 15 | 501 | 113 | 63 |
| Binary | 11011111 | 100011 | 10011110 | 0 | 1010100 | 11101 | 1101 | 101000001 | 1001011 | 110011 |
Color Harmonies of #DF239E
Complementary color
Monochromatic Colors of #DF239E
Black with #DF239E
Text Example
Text Example
White with #DF239E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF239E; }
p { color: rgb(223,35,158); }
H1.HeaderClassName
{
color: #DF239E;
}
.AnyTagClassName
{
color: #DF239E;
}
</style>
background-color css
<style>
a { background-color: #DF239E; }
a { background-color: rgb(223,35,158); }
div.DivClassName
{
background-color: #DF239E;
}
.BgClassName
{
background-color: #DF239E;
}
</style>
border-color css
<style>
span { border-color: #DF239E; }
span { border-color: rgb(223,35,158); }
td.TdClassName
{
border-color: #DF239E;
}
.TagClassName
{
border-color: #DF239E;
}
</style>