Shades of Deep Cerise #DB2A9A
Tints of Deep Cerise #DB2A9A
RGB
CMYK
RGB Variations
Color information
#DB2A9A (or 0xDB2A9A) is known color: Deep Cerise. HEX triplet: DB, 2A and 9A. RGB value is (219,42,154). Sum of RGB (Red+Green+Blue) = 219+42+154=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 42 (16.80% from 255 or 10.12% from 415); Blue value is 154 (60.55% from 255 or 37.11% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2A9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2A9A is #24D565. Grayscale: #6B6B6B. Windows color (decimal): -2413926 or 10103515. OLE color: 10103515.
HSL color Cylindrical-coordinate representation of color #DB2A9A: hue angle of 322.03º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB2A9A is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 42 | 154 | - |
| CMYK | 0 | 0.81 | 0.30 | 0.14 |
| HSL | 322.03º | 0.71% | 0.51% | - |
| HSV(B) | 322.03º | 0.81% | 0.86% | - |
| XYZ | 35.87 | 19.05 | 32.36 | - |
| YUV | 107.69 | 154.14 | 207.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 154 | 0 | 0.81 | 0.30 | 0.14 | 322.03 | 0.71 | 0.51 |
| Hex | DB | 2A | 9A | 0 | 51 | 1E | E | 142 | 47 | 33 |
| Octal | 333 | 52 | 232 | 0 | 121 | 36 | 16 | 502 | 107 | 63 |
| Binary | 11011011 | 101010 | 10011010 | 0 | 1010001 | 11110 | 1110 | 101000010 | 1000111 | 110011 |
Color Harmonies of #DB2A9A
Complementary color
Monochromatic Colors of #DB2A9A
Black with #DB2A9A
Text Example
Text Example
White with #DB2A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2A9A; }
p { color: rgb(219,42,154); }
H1.HeaderClassName
{
color: #DB2A9A;
}
.AnyTagClassName
{
color: #DB2A9A;
}
</style>
background-color css
<style>
a { background-color: #DB2A9A; }
a { background-color: rgb(219,42,154); }
div.DivClassName
{
background-color: #DB2A9A;
}
.BgClassName
{
background-color: #DB2A9A;
}
</style>
border-color css
<style>
span { border-color: #DB2A9A; }
span { border-color: rgb(219,42,154); }
td.TdClassName
{
border-color: #DB2A9A;
}
.TagClassName
{
border-color: #DB2A9A;
}
</style>