Shades of Deep Cerise #DB1E90
Tints of Deep Cerise #DB1E90
RGB
CMYK
RGB Variations
Color information
#DB1E90 (or 0xDB1E90) is known color: Deep Cerise. HEX triplet: DB, 1E and 90. RGB value is (219,30,144). Sum of RGB (Red+Green+Blue) = 219+30+144=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 30 (12.11% from 255 or 7.63% from 393); Blue value is 144 (56.64% from 255 or 36.64% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1E90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1E90 is #24E16F. Grayscale: #636363. Windows color (decimal): -2417008 or 9445083. OLE color: 9445083.
HSL color Cylindrical-coordinate representation of color #DB1E90: hue angle of 323.81º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB1E90 is Cyan = 0, Magento = 0.86, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 30 | 144 | - |
| CMYK | 0 | 0.86 | 0.34 | 0.14 |
| HSL | 323.81º | 0.76% | 0.49% | - |
| HSV(B) | 323.81º | 0.86% | 0.86% | - |
| XYZ | 34.71 | 18 | 28.03 | - |
| YUV | 99.51 | 153.12 | 213.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 30 | 144 | 0 | 0.86 | 0.34 | 0.14 | 323.81 | 0.76 | 0.49 |
| Hex | DB | 1E | 90 | 0 | 56 | 22 | E | 144 | 4C | 31 |
| Octal | 333 | 36 | 220 | 0 | 126 | 42 | 16 | 504 | 114 | 61 |
| Binary | 11011011 | 11110 | 10010000 | 0 | 1010110 | 100010 | 1110 | 101000100 | 1001100 | 110001 |
Color Harmonies of #DB1E90
Complementary color
Monochromatic Colors of #DB1E90
Black with #DB1E90
Text Example
Text Example
White with #DB1E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1E90; }
p { color: rgb(219,30,144); }
H1.HeaderClassName
{
color: #DB1E90;
}
.AnyTagClassName
{
color: #DB1E90;
}
</style>
background-color css
<style>
a { background-color: #DB1E90; }
a { background-color: rgb(219,30,144); }
div.DivClassName
{
background-color: #DB1E90;
}
.BgClassName
{
background-color: #DB1E90;
}
</style>
border-color css
<style>
span { border-color: #DB1E90; }
span { border-color: rgb(219,30,144); }
td.TdClassName
{
border-color: #DB1E90;
}
.TagClassName
{
border-color: #DB1E90;
}
</style>