Shades of Deep Cerise #DB2A7A
Tints of Deep Cerise #DB2A7A
RGB
CMYK
RGB Variations
Color information
#DB2A7A (or 0xDB2A7A) is known color: Deep Cerise. HEX triplet: DB, 2A and 7A. RGB value is (219,42,122). Sum of RGB (Red+Green+Blue) = 219+42+122=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 42 (16.80% from 255 or 10.97% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2A7A is #24D585. Grayscale: #676767. Windows color (decimal): -2413958 or 8006363. OLE color: 8006363.
HSL color Cylindrical-coordinate representation of color #DB2A7A: hue angle of 332.88º 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 #DB2A7A is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 42 | 122 | - |
| CMYK | 0 | 0.81 | 0.44 | 0.14 |
| HSL | 332.88º | 0.71% | 0.51% | - |
| HSV(B) | 332.88º | 0.81% | 0.86% | - |
| XYZ | 33.55 | 18.12 | 20.14 | - |
| YUV | 104.04 | 138.14 | 210 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 122 | 0 | 0.81 | 0.44 | 0.14 | 332.88 | 0.71 | 0.51 |
| Hex | DB | 2A | 7A | 0 | 51 | 2C | E | 14D | 47 | 33 |
| Octal | 333 | 52 | 172 | 0 | 121 | 54 | 16 | 515 | 107 | 63 |
| Binary | 11011011 | 101010 | 1111010 | 0 | 1010001 | 101100 | 1110 | 101001101 | 1000111 | 110011 |
Color Harmonies of #DB2A7A
Complementary color
Monochromatic Colors of #DB2A7A
Black with #DB2A7A
Text Example
Text Example
White with #DB2A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2A7A; }
p { color: rgb(219,42,122); }
H1.HeaderClassName
{
color: #DB2A7A;
}
.AnyTagClassName
{
color: #DB2A7A;
}
</style>
background-color css
<style>
a { background-color: #DB2A7A; }
a { background-color: rgb(219,42,122); }
div.DivClassName
{
background-color: #DB2A7A;
}
.BgClassName
{
background-color: #DB2A7A;
}
</style>
border-color css
<style>
span { border-color: #DB2A7A; }
span { border-color: rgb(219,42,122); }
td.TdClassName
{
border-color: #DB2A7A;
}
.TagClassName
{
border-color: #DB2A7A;
}
</style>