Shades of Deep Cerise #DB2A7E
Tints of Deep Cerise #DB2A7E
RGB
CMYK
RGB Variations
Color information
#DB2A7E (or 0xDB2A7E) is known color: Deep Cerise. HEX triplet: DB, 2A and 7E. RGB value is (219,42,126). Sum of RGB (Red+Green+Blue) = 219+42+126=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 42 (16.80% from 255 or 10.85% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2A7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2A7E is #24D581. Grayscale: #686868. Windows color (decimal): -2413954 or 8268507. OLE color: 8268507.
HSL color Cylindrical-coordinate representation of color #DB2A7E: hue angle of 331.53º 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 #DB2A7E is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 42 | 126 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.14 |
| HSL | 331.53º | 0.71% | 0.51% | - |
| HSV(B) | 331.53º | 0.81% | 0.86% | - |
| XYZ | 33.81 | 18.22 | 21.47 | - |
| YUV | 104.5 | 140.14 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 126 | 0 | 0.81 | 0.42 | 0.14 | 331.53 | 0.71 | 0.51 |
| Hex | DB | 2A | 7E | 0 | 51 | 2A | E | 14C | 47 | 33 |
| Octal | 333 | 52 | 176 | 0 | 121 | 52 | 16 | 514 | 107 | 63 |
| Binary | 11011011 | 101010 | 1111110 | 0 | 1010001 | 101010 | 1110 | 101001100 | 1000111 | 110011 |
Color Harmonies of #DB2A7E
Complementary color
Monochromatic Colors of #DB2A7E
Black with #DB2A7E
Text Example
Text Example
White with #DB2A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2A7E; }
p { color: rgb(219,42,126); }
H1.HeaderClassName
{
color: #DB2A7E;
}
.AnyTagClassName
{
color: #DB2A7E;
}
</style>
background-color css
<style>
a { background-color: #DB2A7E; }
a { background-color: rgb(219,42,126); }
div.DivClassName
{
background-color: #DB2A7E;
}
.BgClassName
{
background-color: #DB2A7E;
}
</style>
border-color css
<style>
span { border-color: #DB2A7E; }
span { border-color: rgb(219,42,126); }
td.TdClassName
{
border-color: #DB2A7E;
}
.TagClassName
{
border-color: #DB2A7E;
}
</style>