Shades of Deep Magenta #DB25D4
Tints of Deep Magenta #DB25D4
RGB
CMYK
RGB Variations
Color information
#DB25D4 (or 0xDB25D4) is known color: Deep Magenta. HEX triplet: DB, 25 and D4. RGB value is (219,37,212). Sum of RGB (Red+Green+Blue) = 219+37+212=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 37 (14.84% from 255 or 7.91% from 468); Blue value is 212 (83.20% from 255 or 45.30% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DB25D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB25D4 is #24DA2B. Grayscale: #6E6E6E. Windows color (decimal): -2415148 or 13903323. OLE color: 13903323.
HSL color Cylindrical-coordinate representation of color #DB25D4: hue angle of 302.31º 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 #DB25D4 is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 37 | 212 | - |
| CMYK | 0 | 0.83 | 0.03 | 0.14 |
| HSL | 302.31º | 0.72% | 0.5% | - |
| HSV(B) | 302.31º | 0.83% | 0.86% | - |
| XYZ | 41.76 | 21.14 | 64.17 | - |
| YUV | 111.37 | 184.8 | 204.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 212 | 0 | 0.83 | 0.03 | 0.14 | 302.31 | 0.72 | 0.5 |
| Hex | DB | 25 | D4 | 0 | 53 | 3 | E | 12E | 48 | 32 |
| Octal | 333 | 45 | 324 | 0 | 123 | 3 | 16 | 456 | 110 | 62 |
| Binary | 11011011 | 100101 | 11010100 | 0 | 1010011 | 11 | 1110 | 100101110 | 1001000 | 110010 |
Color Harmonies of #DB25D4
Complementary color
Monochromatic Colors of #DB25D4
Black with #DB25D4
Text Example
Text Example
White with #DB25D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB25D4; }
p { color: rgb(219,37,212); }
H1.HeaderClassName
{
color: #DB25D4;
}
.AnyTagClassName
{
color: #DB25D4;
}
</style>
background-color css
<style>
a { background-color: #DB25D4; }
a { background-color: rgb(219,37,212); }
div.DivClassName
{
background-color: #DB25D4;
}
.BgClassName
{
background-color: #DB25D4;
}
</style>
border-color css
<style>
span { border-color: #DB25D4; }
span { border-color: rgb(219,37,212); }
td.TdClassName
{
border-color: #DB25D4;
}
.TagClassName
{
border-color: #DB25D4;
}
</style>