Shades of Deep Magenta #DB25CA
Tints of Deep Magenta #DB25CA
RGB
CMYK
RGB Variations
Color information
#DB25CA (or 0xDB25CA) is known color: Deep Magenta. HEX triplet: DB, 25 and CA. RGB value is (219,37,202). Sum of RGB (Red+Green+Blue) = 219+37+202=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 37 (14.84% from 255 or 8.08% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB25CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB25CA is #24DA35. Grayscale: #6D6D6D. Windows color (decimal): -2415158 or 13247963. OLE color: 13247963.
HSL color Cylindrical-coordinate representation of color #DB25CA: hue angle of 305.6º 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 #DB25CA is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 37 | 202 | - |
| CMYK | 0 | 0.83 | 0.08 | 0.14 |
| HSL | 305.6º | 0.72% | 0.5% | - |
| HSV(B) | 305.6º | 0.83% | 0.86% | - |
| XYZ | 40.54 | 20.65 | 57.73 | - |
| YUV | 110.23 | 179.8 | 205.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 202 | 0 | 0.83 | 0.08 | 0.14 | 305.6 | 0.72 | 0.5 |
| Hex | DB | 25 | CA | 0 | 53 | 8 | E | 132 | 48 | 32 |
| Octal | 333 | 45 | 312 | 0 | 123 | 10 | 16 | 462 | 110 | 62 |
| Binary | 11011011 | 100101 | 11001010 | 0 | 1010011 | 1000 | 1110 | 100110010 | 1001000 | 110010 |
Color Harmonies of #DB25CA
Complementary color
Monochromatic Colors of #DB25CA
Black with #DB25CA
Text Example
Text Example
White with #DB25CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB25CA; }
p { color: rgb(219,37,202); }
H1.HeaderClassName
{
color: #DB25CA;
}
.AnyTagClassName
{
color: #DB25CA;
}
</style>
background-color css
<style>
a { background-color: #DB25CA; }
a { background-color: rgb(219,37,202); }
div.DivClassName
{
background-color: #DB25CA;
}
.BgClassName
{
background-color: #DB25CA;
}
</style>
border-color css
<style>
span { border-color: #DB25CA; }
span { border-color: rgb(219,37,202); }
td.TdClassName
{
border-color: #DB25CA;
}
.TagClassName
{
border-color: #DB25CA;
}
</style>