Shades of Deep Cerise #DB2FA0
Tints of Deep Cerise #DB2FA0
RGB
CMYK
RGB Variations
Color information
#DB2FA0 (or 0xDB2FA0) is known color: Deep Cerise. HEX triplet: DB, 2F and A0. RGB value is (219,47,160). Sum of RGB (Red+Green+Blue) = 219+47+160=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 47 (18.75% from 255 or 11.03% from 426); Blue value is 160 (62.89% from 255 or 37.56% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2FA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2FA0 is #24D05F. Grayscale: #6F6F6F. Windows color (decimal): -2412640 or 10498011. OLE color: 10498011.
HSL color Cylindrical-coordinate representation of color #DB2FA0: hue angle of 320.58º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB2FA0 is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 47 | 160 | - |
| CMYK | 0 | 0.79 | 0.27 | 0.14 |
| HSL | 320.58º | 0.7% | 0.52% | - |
| HSV(B) | 320.58º | 0.79% | 0.86% | - |
| XYZ | 36.58 | 19.63 | 35.12 | - |
| YUV | 111.31 | 155.48 | 204.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 47 | 160 | 0 | 0.79 | 0.27 | 0.14 | 320.58 | 0.7 | 0.52 |
| Hex | DB | 2F | A0 | 0 | 4F | 1B | E | 141 | 46 | 34 |
| Octal | 333 | 57 | 240 | 0 | 117 | 33 | 16 | 501 | 106 | 64 |
| Binary | 11011011 | 101111 | 10100000 | 0 | 1001111 | 11011 | 1110 | 101000001 | 1000110 | 110100 |
Color Harmonies of #DB2FA0
Complementary color
Monochromatic Colors of #DB2FA0
Black with #DB2FA0
Text Example
Text Example
White with #DB2FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2FA0; }
p { color: rgb(219,47,160); }
H1.HeaderClassName
{
color: #DB2FA0;
}
.AnyTagClassName
{
color: #DB2FA0;
}
</style>
background-color css
<style>
a { background-color: #DB2FA0; }
a { background-color: rgb(219,47,160); }
div.DivClassName
{
background-color: #DB2FA0;
}
.BgClassName
{
background-color: #DB2FA0;
}
</style>
border-color css
<style>
span { border-color: #DB2FA0; }
span { border-color: rgb(219,47,160); }
td.TdClassName
{
border-color: #DB2FA0;
}
.TagClassName
{
border-color: #DB2FA0;
}
</style>