Shades of Deep Cerise #DB2E90
Tints of Deep Cerise #DB2E90
RGB
CMYK
RGB Variations
Color information
#DB2E90 (or 0xDB2E90) is known color: Deep Cerise. HEX triplet: DB, 2E and 90. RGB value is (219,46,144). Sum of RGB (Red+Green+Blue) = 219+46+144=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 46 (18.36% from 255 or 11.25% from 409); Blue value is 144 (56.64% from 255 or 35.21% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2E90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2E90 is #24D16F. Grayscale: #6C6C6C. Windows color (decimal): -2412912 or 9449179. OLE color: 9449179.
HSL color Cylindrical-coordinate representation of color #DB2E90: hue angle of 326.01º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB2E90 is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 46 | 144 | - |
CMYK | 0 | 0.79 | 0.34 | 0.14 |
HSL | 326.01º | 0.71% | 0.52% | - |
HSV(B) | 326.01º | 0.79% | 0.86% | - |
XYZ | 35.22 | 19.03 | 28.2 | - |
YUV | 108.9 | 147.81 | 206.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 46 | 144 | 0 | 0.79 | 0.34 | 0.14 | 326.01 | 0.71 | 0.52 |
Hex | DB | 2E | 90 | 0 | 4F | 22 | E | 146 | 47 | 34 |
Octal | 333 | 56 | 220 | 0 | 117 | 42 | 16 | 506 | 107 | 64 |
Binary | 11011011 | 101110 | 10010000 | 0 | 1001111 | 100010 | 1110 | 101000110 | 1000111 | 110100 |
Color Harmonies of #DB2E90
Complementary color
Monochromatic Colors of #DB2E90
Black with #DB2E90
Text Example
Text Example
White with #DB2E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2E90; }
p { color: rgb(219,46,144); }
H1.HeaderClassName
{
color: #DB2E90;
}
.AnyTagClassName
{
color: #DB2E90;
}
</style>
background-color css
<style>
a { background-color: #DB2E90; }
a { background-color: rgb(219,46,144); }
div.DivClassName
{
background-color: #DB2E90;
}
.BgClassName
{
background-color: #DB2E90;
}
</style>
border-color css
<style>
span { border-color: #DB2E90; }
span { border-color: rgb(219,46,144); }
td.TdClassName
{
border-color: #DB2E90;
}
.TagClassName
{
border-color: #DB2E90;
}
</style>