Shades of Deep Cerise #DB40AA
Tints of Deep Cerise #DB40AA
RGB
CMYK
RGB Variations
Color information
#DB40AA (or 0xDB40AA) is known color: Deep Cerise. HEX triplet: DB, 40 and AA. RGB value is (219,64,170). Sum of RGB (Red+Green+Blue) = 219+64+170=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 64 (25.39% from 255 or 14.13% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB40AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB40AA is #24BF55. Grayscale: #7A7A7A. Windows color (decimal): -2408278 or 11157723. OLE color: 11157723.
HSL color Cylindrical-coordinate representation of color #DB40AA: hue angle of 318.97º 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 #DB40AA is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 170 | - |
| CMYK | 0 | 0.71 | 0.22 | 0.14 |
| HSL | 318.97º | 0.68% | 0.55% | - |
| HSV(B) | 318.97º | 0.71% | 0.86% | - |
| XYZ | 38.3 | 21.63 | 40.19 | - |
| YUV | 122.43 | 154.85 | 196.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 170 | 0 | 0.71 | 0.22 | 0.14 | 318.97 | 0.68 | 0.55 |
| Hex | DB | 40 | AA | 0 | 47 | 16 | E | 13F | 44 | 37 |
| Octal | 333 | 100 | 252 | 0 | 107 | 26 | 16 | 477 | 104 | 67 |
| Binary | 11011011 | 1000000 | 10101010 | 0 | 1000111 | 10110 | 1110 | 100111111 | 1000100 | 110111 |
Color Harmonies of #DB40AA
Complementary color
Monochromatic Colors of #DB40AA
Black with #DB40AA
Text Example
Text Example
White with #DB40AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB40AA; }
p { color: rgb(219,64,170); }
H1.HeaderClassName
{
color: #DB40AA;
}
.AnyTagClassName
{
color: #DB40AA;
}
</style>
background-color css
<style>
a { background-color: #DB40AA; }
a { background-color: rgb(219,64,170); }
div.DivClassName
{
background-color: #DB40AA;
}
.BgClassName
{
background-color: #DB40AA;
}
</style>
border-color css
<style>
span { border-color: #DB40AA; }
span { border-color: rgb(219,64,170); }
td.TdClassName
{
border-color: #DB40AA;
}
.TagClassName
{
border-color: #DB40AA;
}
</style>