Shades of Deep Cerise #DB237E
Tints of Deep Cerise #DB237E
RGB
CMYK
RGB Variations
Color information
#DB237E (or 0xDB237E) is known color: Deep Cerise. HEX triplet: DB, 23 and 7E. RGB value is (219,35,126). Sum of RGB (Red+Green+Blue) = 219+35+126=380 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.63% from 380); Green value is 35 (14.06% from 255 or 9.21% from 380); Blue value is 126 (49.61% from 255 or 33.16% from 380); Max value from RGB is 219 - color contains mainly: red. Hex color #DB237E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB237E is #24DC81. Grayscale: #646464. Windows color (decimal): -2415746 or 8266715. OLE color: 8266715.
HSL color Cylindrical-coordinate representation of color #DB237E: hue angle of 330.33º degrees, saturation: 0.72, 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 #DB237E is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 35 | 126 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.14 |
| HSL | 330.33º | 0.72% | 0.5% | - |
| HSV(B) | 330.33º | 0.84% | 0.86% | - |
| XYZ | 33.58 | 17.77 | 21.4 | - |
| YUV | 100.39 | 142.46 | 212.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 35 | 126 | 0 | 0.84 | 0.42 | 0.14 | 330.33 | 0.72 | 0.5 |
| Hex | DB | 23 | 7E | 0 | 54 | 2A | E | 14A | 48 | 32 |
| Octal | 333 | 43 | 176 | 0 | 124 | 52 | 16 | 512 | 110 | 62 |
| Binary | 11011011 | 100011 | 1111110 | 0 | 1010100 | 101010 | 1110 | 101001010 | 1001000 | 110010 |
Color Harmonies of #DB237E
Complementary color
Monochromatic Colors of #DB237E
Black with #DB237E
Text Example
Text Example
White with #DB237E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB237E; }
p { color: rgb(219,35,126); }
H1.HeaderClassName
{
color: #DB237E;
}
.AnyTagClassName
{
color: #DB237E;
}
</style>
background-color css
<style>
a { background-color: #DB237E; }
a { background-color: rgb(219,35,126); }
div.DivClassName
{
background-color: #DB237E;
}
.BgClassName
{
background-color: #DB237E;
}
</style>
border-color css
<style>
span { border-color: #DB237E; }
span { border-color: rgb(219,35,126); }
td.TdClassName
{
border-color: #DB237E;
}
.TagClassName
{
border-color: #DB237E;
}
</style>