Shades of Deep Magenta #D504DB
Tints of Deep Magenta #D504DB
RGB
CMYK
RGB Variations
Color information
#D504DB (or 0xD504DB) is known color: Deep Magenta. HEX triplet: D5, 04 and DB. RGB value is (213,4,219). Sum of RGB (Red+Green+Blue) = 213+4+219=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 4 (1.95% from 255 or 0.92% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #D504DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D504DB is #2AFB24. Grayscale: #5A5A5A. Windows color (decimal): -2816805 or 14353621. OLE color: 14353621.
HSL color Cylindrical-coordinate representation of color #D504DB: hue angle of 298.33º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D504DB is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 4 | 219 | - |
| CMYK | 0.03 | 0.98 | 0 | 0.14 |
| HSL | 298.33º | 0.96% | 0.44% | - |
| HSV(B) | 298.33º | 0.98% | 0.86% | - |
| XYZ | 40.27 | 19.35 | 68.63 | - |
| YUV | 91 | 200.24 | 215.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 4 | 219 | 0.03 | 0.98 | 0 | 0.14 | 298.33 | 0.96 | 0.44 |
| Hex | D5 | 4 | DB | 3 | 62 | 0 | E | 12A | 60 | 2C |
| Octal | 325 | 4 | 333 | 3 | 142 | 0 | 16 | 452 | 140 | 54 |
| Binary | 11010101 | 100 | 11011011 | 11 | 1100010 | 0 | 1110 | 100101010 | 1100000 | 101100 |
Color Harmonies of #D504DB
Complementary color
Monochromatic Colors of #D504DB
Black with #D504DB
Text Example
Text Example
White with #D504DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D504DB; }
p { color: rgb(213,4,219); }
H1.HeaderClassName
{
color: #D504DB;
}
.AnyTagClassName
{
color: #D504DB;
}
</style>
background-color css
<style>
a { background-color: #D504DB; }
a { background-color: rgb(213,4,219); }
div.DivClassName
{
background-color: #D504DB;
}
.BgClassName
{
background-color: #D504DB;
}
</style>
border-color css
<style>
span { border-color: #D504DB; }
span { border-color: rgb(213,4,219); }
td.TdClassName
{
border-color: #D504DB;
}
.TagClassName
{
border-color: #D504DB;
}
</style>