Shades of Deep Cerise #DB3FA6
Tints of Deep Cerise #DB3FA6
RGB
CMYK
RGB Variations
Color information
#DB3FA6 (or 0xDB3FA6) is known color: Deep Cerise. HEX triplet: DB, 3F and A6. RGB value is (219,63,166). Sum of RGB (Red+Green+Blue) = 219+63+166=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 63 (25% from 255 or 14.06% from 448); Blue value is 166 (65.23% from 255 or 37.05% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3FA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3FA6 is #24C059. Grayscale: #797979. Windows color (decimal): -2408538 or 10895323. OLE color: 10895323.
HSL color Cylindrical-coordinate representation of color #DB3FA6: hue angle of 320.38º 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 #DB3FA6 is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 63 | 166 | - |
| CMYK | 0 | 0.71 | 0.24 | 0.14 |
| HSL | 320.38º | 0.68% | 0.55% | - |
| HSV(B) | 320.38º | 0.71% | 0.86% | - |
| XYZ | 37.87 | 21.37 | 38.2 | - |
| YUV | 121.39 | 153.18 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 63 | 166 | 0 | 0.71 | 0.24 | 0.14 | 320.38 | 0.68 | 0.55 |
| Hex | DB | 3F | A6 | 0 | 47 | 18 | E | 140 | 44 | 37 |
| Octal | 333 | 77 | 246 | 0 | 107 | 30 | 16 | 500 | 104 | 67 |
| Binary | 11011011 | 111111 | 10100110 | 0 | 1000111 | 11000 | 1110 | 101000000 | 1000100 | 110111 |
Color Harmonies of #DB3FA6
Complementary color
Monochromatic Colors of #DB3FA6
Black with #DB3FA6
Text Example
Text Example
White with #DB3FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3FA6; }
p { color: rgb(219,63,166); }
H1.HeaderClassName
{
color: #DB3FA6;
}
.AnyTagClassName
{
color: #DB3FA6;
}
</style>
background-color css
<style>
a { background-color: #DB3FA6; }
a { background-color: rgb(219,63,166); }
div.DivClassName
{
background-color: #DB3FA6;
}
.BgClassName
{
background-color: #DB3FA6;
}
</style>
border-color css
<style>
span { border-color: #DB3FA6; }
span { border-color: rgb(219,63,166); }
td.TdClassName
{
border-color: #DB3FA6;
}
.TagClassName
{
border-color: #DB3FA6;
}
</style>