Shades of Deep Cerise #DB4290
Tints of Deep Cerise #DB4290
RGB
CMYK
RGB Variations
Color information
#DB4290 (or 0xDB4290) is known color: Deep Cerise. HEX triplet: DB, 42 and 90. RGB value is (219,66,144). Sum of RGB (Red+Green+Blue) = 219+66+144=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 66 (26.17% from 255 or 15.38% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4290 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4290 is #24BD6F. Grayscale: #787878. Windows color (decimal): -2407792 or 9454299. OLE color: 9454299.
HSL color Cylindrical-coordinate representation of color #DB4290: hue angle of 329.41º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB4290 is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 66 | 144 | - |
| CMYK | 0 | 0.70 | 0.34 | 0.14 |
| HSL | 329.41º | 0.68% | 0.56% | - |
| HSV(B) | 329.41º | 0.7% | 0.86% | - |
| XYZ | 36.2 | 20.97 | 28.53 | - |
| YUV | 120.64 | 141.19 | 198.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 66 | 144 | 0 | 0.70 | 0.34 | 0.14 | 329.41 | 0.68 | 0.56 |
| Hex | DB | 42 | 90 | 0 | 46 | 22 | E | 149 | 44 | 38 |
| Octal | 333 | 102 | 220 | 0 | 106 | 42 | 16 | 511 | 104 | 70 |
| Binary | 11011011 | 1000010 | 10010000 | 0 | 1000110 | 100010 | 1110 | 101001001 | 1000100 | 111000 |
Color Harmonies of #DB4290
Complementary color
Monochromatic Colors of #DB4290
Black with #DB4290
Text Example
Text Example
White with #DB4290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4290; }
p { color: rgb(219,66,144); }
H1.HeaderClassName
{
color: #DB4290;
}
.AnyTagClassName
{
color: #DB4290;
}
</style>
background-color css
<style>
a { background-color: #DB4290; }
a { background-color: rgb(219,66,144); }
div.DivClassName
{
background-color: #DB4290;
}
.BgClassName
{
background-color: #DB4290;
}
</style>
border-color css
<style>
span { border-color: #DB4290; }
span { border-color: rgb(219,66,144); }
td.TdClassName
{
border-color: #DB4290;
}
.TagClassName
{
border-color: #DB4290;
}
</style>