Shades of Deep Cerise #DB3F81
Tints of Deep Cerise #DB3F81
RGB
CMYK
RGB Variations
Color information
#DB3F81 (or 0xDB3F81) is known color: Deep Cerise. HEX triplet: DB, 3F and 81. RGB value is (219,63,129). Sum of RGB (Red+Green+Blue) = 219+63+129=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 63 (25% from 255 or 15.33% from 411); Blue value is 129 (50.78% from 255 or 31.39% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3F81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3F81 is #24C07E. Grayscale: #757575. Windows color (decimal): -2408575 or 8470491. OLE color: 8470491.
HSL color Cylindrical-coordinate representation of color #DB3F81: hue angle of 334.62º 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 #DB3F81 is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 63 | 129 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.14 |
| HSL | 334.62º | 0.68% | 0.55% | - |
| HSV(B) | 334.62º | 0.71% | 0.86% | - |
| XYZ | 34.95 | 20.2 | 22.83 | - |
| YUV | 117.17 | 134.68 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 63 | 129 | 0 | 0.71 | 0.41 | 0.14 | 334.62 | 0.68 | 0.55 |
| Hex | DB | 3F | 81 | 0 | 47 | 29 | E | 14F | 44 | 37 |
| Octal | 333 | 77 | 201 | 0 | 107 | 51 | 16 | 517 | 104 | 67 |
| Binary | 11011011 | 111111 | 10000001 | 0 | 1000111 | 101001 | 1110 | 101001111 | 1000100 | 110111 |
Color Harmonies of #DB3F81
Complementary color
Monochromatic Colors of #DB3F81
Black with #DB3F81
Text Example
Text Example
White with #DB3F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3F81; }
p { color: rgb(219,63,129); }
H1.HeaderClassName
{
color: #DB3F81;
}
.AnyTagClassName
{
color: #DB3F81;
}
</style>
background-color css
<style>
a { background-color: #DB3F81; }
a { background-color: rgb(219,63,129); }
div.DivClassName
{
background-color: #DB3F81;
}
.BgClassName
{
background-color: #DB3F81;
}
</style>
border-color css
<style>
span { border-color: #DB3F81; }
span { border-color: rgb(219,63,129); }
td.TdClassName
{
border-color: #DB3F81;
}
.TagClassName
{
border-color: #DB3F81;
}
</style>