Shades of Deep Cerise #DB4092
Tints of Deep Cerise #DB4092
RGB
CMYK
RGB Variations
Color information
#DB4092 (or 0xDB4092) is known color: Deep Cerise. HEX triplet: DB, 40 and 92. RGB value is (219,64,146). Sum of RGB (Red+Green+Blue) = 219+64+146=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 64 (25.39% from 255 or 14.92% from 429); Blue value is 146 (57.42% from 255 or 34.03% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4092 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4092 is #24BF6D. Grayscale: #777777. Windows color (decimal): -2408302 or 9584859. OLE color: 9584859.
HSL color Cylindrical-coordinate representation of color #DB4092: hue angle of 328.26º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB4092 is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 146 | - |
| CMYK | 0 | 0.71 | 0.33 | 0.14 |
| HSL | 328.26º | 0.68% | 0.55% | - |
| HSV(B) | 328.26º | 0.71% | 0.86% | - |
| XYZ | 36.24 | 20.8 | 29.3 | - |
| YUV | 119.69 | 142.85 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 146 | 0 | 0.71 | 0.33 | 0.14 | 328.26 | 0.68 | 0.55 |
| Hex | DB | 40 | 92 | 0 | 47 | 21 | E | 148 | 44 | 37 |
| Octal | 333 | 100 | 222 | 0 | 107 | 41 | 16 | 510 | 104 | 67 |
| Binary | 11011011 | 1000000 | 10010010 | 0 | 1000111 | 100001 | 1110 | 101001000 | 1000100 | 110111 |
Color Harmonies of #DB4092
Complementary color
Monochromatic Colors of #DB4092
Black with #DB4092
Text Example
Text Example
White with #DB4092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4092; }
p { color: rgb(219,64,146); }
H1.HeaderClassName
{
color: #DB4092;
}
.AnyTagClassName
{
color: #DB4092;
}
</style>
background-color css
<style>
a { background-color: #DB4092; }
a { background-color: rgb(219,64,146); }
div.DivClassName
{
background-color: #DB4092;
}
.BgClassName
{
background-color: #DB4092;
}
</style>
border-color css
<style>
span { border-color: #DB4092; }
span { border-color: rgb(219,64,146); }
td.TdClassName
{
border-color: #DB4092;
}
.TagClassName
{
border-color: #DB4092;
}
</style>