Shades of Deep Cerise #DB4490
Tints of Deep Cerise #DB4490
RGB
CMYK
RGB Variations
Color information
#DB4490 (or 0xDB4490) is known color: Deep Cerise. HEX triplet: DB, 44 and 90. RGB value is (219,68,144). Sum of RGB (Red+Green+Blue) = 219+68+144=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 68 (26.95% from 255 or 15.78% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4490 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4490 is #24BB6F. Grayscale: #797979. Windows color (decimal): -2407280 or 9454811. OLE color: 9454811.
HSL color Cylindrical-coordinate representation of color #DB4490: hue angle of 329.8º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB4490 is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 68 | 144 | - |
| CMYK | 0 | 0.69 | 0.34 | 0.14 |
| HSL | 329.8º | 0.68% | 0.56% | - |
| HSV(B) | 329.8º | 0.69% | 0.86% | - |
| XYZ | 36.31 | 21.21 | 28.57 | - |
| YUV | 121.81 | 140.53 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 68 | 144 | 0 | 0.69 | 0.34 | 0.14 | 329.8 | 0.68 | 0.56 |
| Hex | DB | 44 | 90 | 0 | 45 | 22 | E | 14A | 44 | 38 |
| Octal | 333 | 104 | 220 | 0 | 105 | 42 | 16 | 512 | 104 | 70 |
| Binary | 11011011 | 1000100 | 10010000 | 0 | 1000101 | 100010 | 1110 | 101001010 | 1000100 | 111000 |
Color Harmonies of #DB4490
Complementary color
Monochromatic Colors of #DB4490
Black with #DB4490
Text Example
Text Example
White with #DB4490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4490; }
p { color: rgb(219,68,144); }
H1.HeaderClassName
{
color: #DB4490;
}
.AnyTagClassName
{
color: #DB4490;
}
</style>
background-color css
<style>
a { background-color: #DB4490; }
a { background-color: rgb(219,68,144); }
div.DivClassName
{
background-color: #DB4490;
}
.BgClassName
{
background-color: #DB4490;
}
</style>
border-color css
<style>
span { border-color: #DB4490; }
span { border-color: rgb(219,68,144); }
td.TdClassName
{
border-color: #DB4490;
}
.TagClassName
{
border-color: #DB4490;
}
</style>