Shades of Deep Cerise #DB3694
Tints of Deep Cerise #DB3694
RGB
CMYK
RGB Variations
Color information
#DB3694 (or 0xDB3694) is known color: Deep Cerise. HEX triplet: DB, 36 and 94. RGB value is (219,54,148). Sum of RGB (Red+Green+Blue) = 219+54+148=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 54 (21.48% from 255 or 12.83% from 421); Blue value is 148 (58.20% from 255 or 35.15% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3694 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3694 is #24C96B. Grayscale: #717171. Windows color (decimal): -2410860 or 9713371. OLE color: 9713371.
HSL color Cylindrical-coordinate representation of color #DB3694: hue angle of 325.82º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB3694 is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 54 | 148 | - |
| CMYK | 0 | 0.75 | 0.32 | 0.14 |
| HSL | 325.82º | 0.7% | 0.54% | - |
| HSV(B) | 325.82º | 0.75% | 0.86% | - |
| XYZ | 35.88 | 19.84 | 29.95 | - |
| YUV | 114.05 | 147.16 | 202.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 148 | 0 | 0.75 | 0.32 | 0.14 | 325.82 | 0.7 | 0.54 |
| Hex | DB | 36 | 94 | 0 | 4B | 20 | E | 146 | 46 | 36 |
| Octal | 333 | 66 | 224 | 0 | 113 | 40 | 16 | 506 | 106 | 66 |
| Binary | 11011011 | 110110 | 10010100 | 0 | 1001011 | 100000 | 1110 | 101000110 | 1000110 | 110110 |
Color Harmonies of #DB3694
Complementary color
Monochromatic Colors of #DB3694
Black with #DB3694
Text Example
Text Example
White with #DB3694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3694; }
p { color: rgb(219,54,148); }
H1.HeaderClassName
{
color: #DB3694;
}
.AnyTagClassName
{
color: #DB3694;
}
</style>
background-color css
<style>
a { background-color: #DB3694; }
a { background-color: rgb(219,54,148); }
div.DivClassName
{
background-color: #DB3694;
}
.BgClassName
{
background-color: #DB3694;
}
</style>
border-color css
<style>
span { border-color: #DB3694; }
span { border-color: rgb(219,54,148); }
td.TdClassName
{
border-color: #DB3694;
}
.TagClassName
{
border-color: #DB3694;
}
</style>