Shades of Deep Cerise #DB3FAE
Tints of Deep Cerise #DB3FAE
RGB
CMYK
RGB Variations
Color information
#DB3FAE (or 0xDB3FAE) is known color: Deep Cerise. HEX triplet: DB, 3F and AE. RGB value is (219,63,174). Sum of RGB (Red+Green+Blue) = 219+63+174=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 63 (25% from 255 or 13.82% from 456); Blue value is 174 (68.36% from 255 or 38.16% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3FAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3FAE is #24C051. Grayscale: #7A7A7A. Windows color (decimal): -2408530 or 11419611. OLE color: 11419611.
HSL color Cylindrical-coordinate representation of color #DB3FAE: hue angle of 317.31º 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 #DB3FAE is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 63 | 174 | - |
| CMYK | 0 | 0.71 | 0.21 | 0.14 |
| HSL | 317.31º | 0.68% | 0.55% | - |
| HSV(B) | 317.31º | 0.71% | 0.86% | - |
| XYZ | 38.63 | 21.67 | 42.19 | - |
| YUV | 122.3 | 157.18 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 63 | 174 | 0 | 0.71 | 0.21 | 0.14 | 317.31 | 0.68 | 0.55 |
| Hex | DB | 3F | AE | 0 | 47 | 15 | E | 13D | 44 | 37 |
| Octal | 333 | 77 | 256 | 0 | 107 | 25 | 16 | 475 | 104 | 67 |
| Binary | 11011011 | 111111 | 10101110 | 0 | 1000111 | 10101 | 1110 | 100111101 | 1000100 | 110111 |
Color Harmonies of #DB3FAE
Complementary color
Monochromatic Colors of #DB3FAE
Black with #DB3FAE
Text Example
Text Example
White with #DB3FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3FAE; }
p { color: rgb(219,63,174); }
H1.HeaderClassName
{
color: #DB3FAE;
}
.AnyTagClassName
{
color: #DB3FAE;
}
</style>
background-color css
<style>
a { background-color: #DB3FAE; }
a { background-color: rgb(219,63,174); }
div.DivClassName
{
background-color: #DB3FAE;
}
.BgClassName
{
background-color: #DB3FAE;
}
</style>
border-color css
<style>
span { border-color: #DB3FAE; }
span { border-color: rgb(219,63,174); }
td.TdClassName
{
border-color: #DB3FAE;
}
.TagClassName
{
border-color: #DB3FAE;
}
</style>