Shades of Deep Cerise #DB2A7B
Tints of Deep Cerise #DB2A7B
RGB
CMYK
RGB Variations
Color information
#DB2A7B (or 0xDB2A7B) is known color: Deep Cerise. HEX triplet: DB, 2A and 7B. RGB value is (219,42,123). Sum of RGB (Red+Green+Blue) = 219+42+123=384 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.03% from 384); Green value is 42 (16.80% from 255 or 10.94% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2A7B is #24D584. Grayscale: #686868. Windows color (decimal): -2413957 or 8071899. OLE color: 8071899.
HSL color Cylindrical-coordinate representation of color #DB2A7B: hue angle of 332.54º 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 #DB2A7B is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 42 | 123 | - |
| CMYK | 0 | 0.81 | 0.44 | 0.14 |
| HSL | 332.54º | 0.71% | 0.51% | - |
| HSV(B) | 332.54º | 0.81% | 0.86% | - |
| XYZ | 33.62 | 18.15 | 20.47 | - |
| YUV | 104.16 | 138.64 | 209.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 123 | 0 | 0.81 | 0.44 | 0.14 | 332.54 | 0.71 | 0.51 |
| Hex | DB | 2A | 7B | 0 | 51 | 2C | E | 14D | 47 | 33 |
| Octal | 333 | 52 | 173 | 0 | 121 | 54 | 16 | 515 | 107 | 63 |
| Binary | 11011011 | 101010 | 1111011 | 0 | 1010001 | 101100 | 1110 | 101001101 | 1000111 | 110011 |
Color Harmonies of #DB2A7B
Complementary color
Monochromatic Colors of #DB2A7B
Black with #DB2A7B
Text Example
Text Example
White with #DB2A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2A7B; }
p { color: rgb(219,42,123); }
H1.HeaderClassName
{
color: #DB2A7B;
}
.AnyTagClassName
{
color: #DB2A7B;
}
</style>
background-color css
<style>
a { background-color: #DB2A7B; }
a { background-color: rgb(219,42,123); }
div.DivClassName
{
background-color: #DB2A7B;
}
.BgClassName
{
background-color: #DB2A7B;
}
</style>
border-color css
<style>
span { border-color: #DB2A7B; }
span { border-color: rgb(219,42,123); }
td.TdClassName
{
border-color: #DB2A7B;
}
.TagClassName
{
border-color: #DB2A7B;
}
</style>