Shades of Deep Magenta #DB25CE
Tints of Deep Magenta #DB25CE
RGB
CMYK
RGB Variations
Color information
#DB25CE (or 0xDB25CE) is known color: Deep Magenta. HEX triplet: DB, 25 and CE. RGB value is (219,37,206). Sum of RGB (Red+Green+Blue) = 219+37+206=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 37 (14.84% from 255 or 8.01% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB25CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB25CE is #24DA31. Grayscale: #6E6E6E. Windows color (decimal): -2415154 or 13510107. OLE color: 13510107.
HSL color Cylindrical-coordinate representation of color #DB25CE: hue angle of 304.29º 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 #DB25CE is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 37 | 206 | - |
| CMYK | 0 | 0.83 | 0.06 | 0.14 |
| HSL | 304.29º | 0.72% | 0.5% | - |
| HSV(B) | 304.29º | 0.83% | 0.86% | - |
| XYZ | 41.02 | 20.84 | 60.25 | - |
| YUV | 110.68 | 181.8 | 205.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 206 | 0 | 0.83 | 0.06 | 0.14 | 304.29 | 0.72 | 0.5 |
| Hex | DB | 25 | CE | 0 | 53 | 6 | E | 130 | 48 | 32 |
| Octal | 333 | 45 | 316 | 0 | 123 | 6 | 16 | 460 | 110 | 62 |
| Binary | 11011011 | 100101 | 11001110 | 0 | 1010011 | 110 | 1110 | 100110000 | 1001000 | 110010 |
Color Harmonies of #DB25CE
Complementary color
Monochromatic Colors of #DB25CE
Black with #DB25CE
Text Example
Text Example
White with #DB25CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB25CE; }
p { color: rgb(219,37,206); }
H1.HeaderClassName
{
color: #DB25CE;
}
.AnyTagClassName
{
color: #DB25CE;
}
</style>
background-color css
<style>
a { background-color: #DB25CE; }
a { background-color: rgb(219,37,206); }
div.DivClassName
{
background-color: #DB25CE;
}
.BgClassName
{
background-color: #DB25CE;
}
</style>
border-color css
<style>
span { border-color: #DB25CE; }
span { border-color: rgb(219,37,206); }
td.TdClassName
{
border-color: #DB25CE;
}
.TagClassName
{
border-color: #DB25CE;
}
</style>