Shades of Deep Cerise #DB2398
Tints of Deep Cerise #DB2398
RGB
CMYK
RGB Variations
Color information
#DB2398 (or 0xDB2398) is known color: Deep Cerise. HEX triplet: DB, 23 and 98. RGB value is (219,35,152). Sum of RGB (Red+Green+Blue) = 219+35+152=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 35 (14.06% from 255 or 8.62% from 406); Blue value is 152 (59.77% from 255 or 37.44% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2398 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2398 is #24DC67. Grayscale: #676767. Windows color (decimal): -2415720 or 9970651. OLE color: 9970651.
HSL color Cylindrical-coordinate representation of color #DB2398: hue angle of 321.85º 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 #DB2398 is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 35 | 152 | - |
| CMYK | 0 | 0.84 | 0.31 | 0.14 |
| HSL | 321.85º | 0.72% | 0.5% | - |
| HSV(B) | 321.85º | 0.84% | 0.86% | - |
| XYZ | 35.48 | 18.53 | 31.41 | - |
| YUV | 103.35 | 155.46 | 210.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 35 | 152 | 0 | 0.84 | 0.31 | 0.14 | 321.85 | 0.72 | 0.5 |
| Hex | DB | 23 | 98 | 0 | 54 | 1F | E | 142 | 48 | 32 |
| Octal | 333 | 43 | 230 | 0 | 124 | 37 | 16 | 502 | 110 | 62 |
| Binary | 11011011 | 100011 | 10011000 | 0 | 1010100 | 11111 | 1110 | 101000010 | 1001000 | 110010 |
Color Harmonies of #DB2398
Complementary color
Monochromatic Colors of #DB2398
Black with #DB2398
Text Example
Text Example
White with #DB2398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2398; }
p { color: rgb(219,35,152); }
H1.HeaderClassName
{
color: #DB2398;
}
.AnyTagClassName
{
color: #DB2398;
}
</style>
background-color css
<style>
a { background-color: #DB2398; }
a { background-color: rgb(219,35,152); }
div.DivClassName
{
background-color: #DB2398;
}
.BgClassName
{
background-color: #DB2398;
}
</style>
border-color css
<style>
span { border-color: #DB2398; }
span { border-color: rgb(219,35,152); }
td.TdClassName
{
border-color: #DB2398;
}
.TagClassName
{
border-color: #DB2398;
}
</style>