Shades of Deep Cerise #DB2383
Tints of Deep Cerise #DB2383
RGB
CMYK
RGB Variations
Color information
#DB2383 (or 0xDB2383) is known color: Deep Cerise. HEX triplet: DB, 23 and 83. RGB value is (219,35,131). Sum of RGB (Red+Green+Blue) = 219+35+131=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 35 (14.06% from 255 or 9.09% from 385); Blue value is 131 (51.56% from 255 or 34.03% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2383 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2383 is #24DC7C. Grayscale: #646464. Windows color (decimal): -2415741 or 8594395. OLE color: 8594395.
HSL color Cylindrical-coordinate representation of color #DB2383: hue angle of 328.7º 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 #DB2383 is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 35 | 131 | - |
| CMYK | 0 | 0.84 | 0.40 | 0.14 |
| HSL | 328.7º | 0.72% | 0.5% | - |
| HSV(B) | 328.7º | 0.84% | 0.86% | - |
| XYZ | 33.91 | 17.9 | 23.14 | - |
| YUV | 100.96 | 144.96 | 212.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 35 | 131 | 0 | 0.84 | 0.40 | 0.14 | 328.7 | 0.72 | 0.5 |
| Hex | DB | 23 | 83 | 0 | 54 | 28 | E | 149 | 48 | 32 |
| Octal | 333 | 43 | 203 | 0 | 124 | 50 | 16 | 511 | 110 | 62 |
| Binary | 11011011 | 100011 | 10000011 | 0 | 1010100 | 101000 | 1110 | 101001001 | 1001000 | 110010 |
Color Harmonies of #DB2383
Complementary color
Monochromatic Colors of #DB2383
Black with #DB2383
Text Example
Text Example
White with #DB2383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2383; }
p { color: rgb(219,35,131); }
H1.HeaderClassName
{
color: #DB2383;
}
.AnyTagClassName
{
color: #DB2383;
}
</style>
background-color css
<style>
a { background-color: #DB2383; }
a { background-color: rgb(219,35,131); }
div.DivClassName
{
background-color: #DB2383;
}
.BgClassName
{
background-color: #DB2383;
}
</style>
border-color css
<style>
span { border-color: #DB2383; }
span { border-color: rgb(219,35,131); }
td.TdClassName
{
border-color: #DB2383;
}
.TagClassName
{
border-color: #DB2383;
}
</style>