Shades of Deep Magenta #DB25D2
Tints of Deep Magenta #DB25D2
RGB
CMYK
RGB Variations
Color information
#DB25D2 (or 0xDB25D2) is known color: Deep Magenta. HEX triplet: DB, 25 and D2. RGB value is (219,37,210). Sum of RGB (Red+Green+Blue) = 219+37+210=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 37 (14.84% from 255 or 7.94% from 466); Blue value is 210 (82.42% from 255 or 45.06% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DB25D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB25D2 is #24DA2D. Grayscale: #6E6E6E. Windows color (decimal): -2415150 or 13772251. OLE color: 13772251.
HSL color Cylindrical-coordinate representation of color #DB25D2: hue angle of 302.97º 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 #DB25D2 is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 37 | 210 | - |
| CMYK | 0 | 0.83 | 0.04 | 0.14 |
| HSL | 302.97º | 0.72% | 0.5% | - |
| HSV(B) | 302.97º | 0.83% | 0.86% | - |
| XYZ | 41.51 | 21.04 | 62.85 | - |
| YUV | 111.14 | 183.8 | 204.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 210 | 0 | 0.83 | 0.04 | 0.14 | 302.97 | 0.72 | 0.5 |
| Hex | DB | 25 | D2 | 0 | 53 | 4 | E | 12F | 48 | 32 |
| Octal | 333 | 45 | 322 | 0 | 123 | 4 | 16 | 457 | 110 | 62 |
| Binary | 11011011 | 100101 | 11010010 | 0 | 1010011 | 100 | 1110 | 100101111 | 1001000 | 110010 |
Color Harmonies of #DB25D2
Complementary color
Monochromatic Colors of #DB25D2
Black with #DB25D2
Text Example
Text Example
White with #DB25D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB25D2; }
p { color: rgb(219,37,210); }
H1.HeaderClassName
{
color: #DB25D2;
}
.AnyTagClassName
{
color: #DB25D2;
}
</style>
background-color css
<style>
a { background-color: #DB25D2; }
a { background-color: rgb(219,37,210); }
div.DivClassName
{
background-color: #DB25D2;
}
.BgClassName
{
background-color: #DB25D2;
}
</style>
border-color css
<style>
span { border-color: #DB25D2; }
span { border-color: rgb(219,37,210); }
td.TdClassName
{
border-color: #DB25D2;
}
.TagClassName
{
border-color: #DB25D2;
}
</style>