Shades of Deep Cerise #DB25A0
Tints of Deep Cerise #DB25A0
RGB
CMYK
RGB Variations
Color information
#DB25A0 (or 0xDB25A0) is known color: Deep Cerise. HEX triplet: DB, 25 and A0. RGB value is (219,37,160). Sum of RGB (Red+Green+Blue) = 219+37+160=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 37 (14.84% from 255 or 8.89% from 416); Blue value is 160 (62.89% from 255 or 38.46% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB25A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB25A0 is #24DA5F. Grayscale: #696969. Windows color (decimal): -2415200 or 10495451. OLE color: 10495451.
HSL color Cylindrical-coordinate representation of color #DB25A0: hue angle of 319.45º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB25A0 is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 37 | 160 | - |
| CMYK | 0 | 0.83 | 0.27 | 0.14 |
| HSL | 319.45º | 0.72% | 0.5% | - |
| HSV(B) | 319.45º | 0.83% | 0.86% | - |
| XYZ | 36.22 | 18.92 | 35 | - |
| YUV | 105.44 | 158.8 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 160 | 0 | 0.83 | 0.27 | 0.14 | 319.45 | 0.72 | 0.5 |
| Hex | DB | 25 | A0 | 0 | 53 | 1B | E | 13F | 48 | 32 |
| Octal | 333 | 45 | 240 | 0 | 123 | 33 | 16 | 477 | 110 | 62 |
| Binary | 11011011 | 100101 | 10100000 | 0 | 1010011 | 11011 | 1110 | 100111111 | 1001000 | 110010 |
Color Harmonies of #DB25A0
Complementary color
Monochromatic Colors of #DB25A0
Black with #DB25A0
Text Example
Text Example
White with #DB25A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB25A0; }
p { color: rgb(219,37,160); }
H1.HeaderClassName
{
color: #DB25A0;
}
.AnyTagClassName
{
color: #DB25A0;
}
</style>
background-color css
<style>
a { background-color: #DB25A0; }
a { background-color: rgb(219,37,160); }
div.DivClassName
{
background-color: #DB25A0;
}
.BgClassName
{
background-color: #DB25A0;
}
</style>
border-color css
<style>
span { border-color: #DB25A0; }
span { border-color: rgb(219,37,160); }
td.TdClassName
{
border-color: #DB25A0;
}
.TagClassName
{
border-color: #DB25A0;
}
</style>