Shades of Deep Magenta #D503DB
Tints of Deep Magenta #D503DB
RGB
CMYK
RGB Variations
Color information
#D503DB (or 0xD503DB) is known color: Deep Magenta. HEX triplet: D5, 03 and DB. RGB value is (213,3,219). Sum of RGB (Red+Green+Blue) = 213+3+219=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 3 (1.56% from 255 or 0.69% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #D503DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D503DB is #2AFC24. Grayscale: #595959. Windows color (decimal): -2817061 or 14353365. OLE color: 14353365.
HSL color Cylindrical-coordinate representation of color #D503DB: hue angle of 298.33º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D503DB is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 3 | 219 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.14 |
| HSL | 298.33º | 0.97% | 0.44% | - |
| HSV(B) | 298.33º | 0.99% | 0.86% | - |
| XYZ | 40.26 | 19.33 | 68.63 | - |
| YUV | 90.41 | 200.57 | 215.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 3 | 219 | 0.03 | 0.99 | 0 | 0.14 | 298.33 | 0.97 | 0.44 |
| Hex | D5 | 3 | DB | 3 | 63 | 0 | E | 12A | 61 | 2C |
| Octal | 325 | 3 | 333 | 3 | 143 | 0 | 16 | 452 | 141 | 54 |
| Binary | 11010101 | 11 | 11011011 | 11 | 1100011 | 0 | 1110 | 100101010 | 1100001 | 101100 |
Color Harmonies of #D503DB
Complementary color
Monochromatic Colors of #D503DB
Black with #D503DB
Text Example
Text Example
White with #D503DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D503DB; }
p { color: rgb(213,3,219); }
H1.HeaderClassName
{
color: #D503DB;
}
.AnyTagClassName
{
color: #D503DB;
}
</style>
background-color css
<style>
a { background-color: #D503DB; }
a { background-color: rgb(213,3,219); }
div.DivClassName
{
background-color: #D503DB;
}
.BgClassName
{
background-color: #D503DB;
}
</style>
border-color css
<style>
span { border-color: #D503DB; }
span { border-color: rgb(213,3,219); }
td.TdClassName
{
border-color: #D503DB;
}
.TagClassName
{
border-color: #D503DB;
}
</style>