Shades of Deep Cerise #DB3390
Tints of Deep Cerise #DB3390
RGB
CMYK
RGB Variations
Color information
#DB3390 (or 0xDB3390) is known color: Deep Cerise. HEX triplet: DB, 33 and 90. RGB value is (219,51,144). Sum of RGB (Red+Green+Blue) = 219+51+144=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 51 (20.31% from 255 or 12.32% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3390 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3390 is #24CC6F. Grayscale: #6F6F6F. Windows color (decimal): -2411632 or 9450459. OLE color: 9450459.
HSL color Cylindrical-coordinate representation of color #DB3390: hue angle of 326.79º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB3390 is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 51 | 144 | - |
| CMYK | 0 | 0.77 | 0.34 | 0.14 |
| HSL | 326.79º | 0.7% | 0.53% | - |
| HSV(B) | 326.79º | 0.77% | 0.86% | - |
| XYZ | 35.43 | 19.44 | 28.27 | - |
| YUV | 111.83 | 146.16 | 204.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 51 | 144 | 0 | 0.77 | 0.34 | 0.14 | 326.79 | 0.7 | 0.53 |
| Hex | DB | 33 | 90 | 0 | 4D | 22 | E | 147 | 46 | 35 |
| Octal | 333 | 63 | 220 | 0 | 115 | 42 | 16 | 507 | 106 | 65 |
| Binary | 11011011 | 110011 | 10010000 | 0 | 1001101 | 100010 | 1110 | 101000111 | 1000110 | 110101 |
Color Harmonies of #DB3390
Complementary color
Monochromatic Colors of #DB3390
Black with #DB3390
Text Example
Text Example
White with #DB3390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3390; }
p { color: rgb(219,51,144); }
H1.HeaderClassName
{
color: #DB3390;
}
.AnyTagClassName
{
color: #DB3390;
}
</style>
background-color css
<style>
a { background-color: #DB3390; }
a { background-color: rgb(219,51,144); }
div.DivClassName
{
background-color: #DB3390;
}
.BgClassName
{
background-color: #DB3390;
}
</style>
border-color css
<style>
span { border-color: #DB3390; }
span { border-color: rgb(219,51,144); }
td.TdClassName
{
border-color: #DB3390;
}
.TagClassName
{
border-color: #DB3390;
}
</style>