Shades of Deep Cerise #DB33A6
Tints of Deep Cerise #DB33A6
RGB
CMYK
RGB Variations
Color information
#DB33A6 (or 0xDB33A6) is known color: Deep Cerise. HEX triplet: DB, 33 and A6. RGB value is (219,51,166). Sum of RGB (Red+Green+Blue) = 219+51+166=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 51 (20.31% from 255 or 11.70% from 436); Blue value is 166 (65.23% from 255 or 38.07% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB33A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB33A6 is #24CC59. Grayscale: #727272. Windows color (decimal): -2411610 or 10892251. OLE color: 10892251.
HSL color Cylindrical-coordinate representation of color #DB33A6: hue angle of 318.93º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB33A6 is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 51 | 166 | - |
| CMYK | 0 | 0.77 | 0.24 | 0.14 |
| HSL | 318.93º | 0.7% | 0.53% | - |
| HSV(B) | 318.93º | 0.77% | 0.86% | - |
| XYZ | 37.28 | 20.18 | 38.01 | - |
| YUV | 114.34 | 157.16 | 202.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 51 | 166 | 0 | 0.77 | 0.24 | 0.14 | 318.93 | 0.7 | 0.53 |
| Hex | DB | 33 | A6 | 0 | 4D | 18 | E | 13F | 46 | 35 |
| Octal | 333 | 63 | 246 | 0 | 115 | 30 | 16 | 477 | 106 | 65 |
| Binary | 11011011 | 110011 | 10100110 | 0 | 1001101 | 11000 | 1110 | 100111111 | 1000110 | 110101 |
Color Harmonies of #DB33A6
Complementary color
Monochromatic Colors of #DB33A6
Black with #DB33A6
Text Example
Text Example
White with #DB33A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB33A6; }
p { color: rgb(219,51,166); }
H1.HeaderClassName
{
color: #DB33A6;
}
.AnyTagClassName
{
color: #DB33A6;
}
</style>
background-color css
<style>
a { background-color: #DB33A6; }
a { background-color: rgb(219,51,166); }
div.DivClassName
{
background-color: #DB33A6;
}
.BgClassName
{
background-color: #DB33A6;
}
</style>
border-color css
<style>
span { border-color: #DB33A6; }
span { border-color: rgb(219,51,166); }
td.TdClassName
{
border-color: #DB33A6;
}
.TagClassName
{
border-color: #DB33A6;
}
</style>