Shades of Deep Magenta #DB25CC
Tints of Deep Magenta #DB25CC
RGB
CMYK
RGB Variations
Color information
#DB25CC (or 0xDB25CC) is known color: Deep Magenta. HEX triplet: DB, 25 and CC. RGB value is (219,37,204). Sum of RGB (Red+Green+Blue) = 219+37+204=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 37 (14.84% from 255 or 8.04% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB25CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB25CC is #24DA33. Grayscale: #6D6D6D. Windows color (decimal): -2415156 or 13379035. OLE color: 13379035.
HSL color Cylindrical-coordinate representation of color #DB25CC: hue angle of 304.95º 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 #DB25CC is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 37 | 204 | - |
| CMYK | 0 | 0.83 | 0.07 | 0.14 |
| HSL | 304.95º | 0.72% | 0.5% | - |
| HSV(B) | 304.95º | 0.83% | 0.86% | - |
| XYZ | 40.77 | 20.74 | 58.98 | - |
| YUV | 110.46 | 180.8 | 205.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 204 | 0 | 0.83 | 0.07 | 0.14 | 304.95 | 0.72 | 0.5 |
| Hex | DB | 25 | CC | 0 | 53 | 7 | E | 131 | 48 | 32 |
| Octal | 333 | 45 | 314 | 0 | 123 | 7 | 16 | 461 | 110 | 62 |
| Binary | 11011011 | 100101 | 11001100 | 0 | 1010011 | 111 | 1110 | 100110001 | 1001000 | 110010 |
Color Harmonies of #DB25CC
Complementary color
Monochromatic Colors of #DB25CC
Black with #DB25CC
Text Example
Text Example
White with #DB25CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB25CC; }
p { color: rgb(219,37,204); }
H1.HeaderClassName
{
color: #DB25CC;
}
.AnyTagClassName
{
color: #DB25CC;
}
</style>
background-color css
<style>
a { background-color: #DB25CC; }
a { background-color: rgb(219,37,204); }
div.DivClassName
{
background-color: #DB25CC;
}
.BgClassName
{
background-color: #DB25CC;
}
</style>
border-color css
<style>
span { border-color: #DB25CC; }
span { border-color: rgb(219,37,204); }
td.TdClassName
{
border-color: #DB25CC;
}
.TagClassName
{
border-color: #DB25CC;
}
</style>