Shades of Deep Magenta #D501DB
Tints of Deep Magenta #D501DB
RGB
CMYK
RGB Variations
Color information
#D501DB (or 0xD501DB) is known color: Deep Magenta. HEX triplet: D5, 01 and DB. RGB value is (213,1,219). Sum of RGB (Red+Green+Blue) = 213+1+219=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 1 (0.78% from 255 or 0.23% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #D501DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D501DB is #2AFE24. Grayscale: #585858. Windows color (decimal): -2817573 or 14352853. OLE color: 14352853.
HSL color Cylindrical-coordinate representation of color #D501DB: hue angle of 298.35º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D501DB is Cyan = 0.03, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 1 | 219 | - |
| CMYK | 0.03 | 1.00 | 0 | 0.14 |
| HSL | 298.35º | 0.99% | 0.43% | - |
| HSV(B) | 298.35º | 1% | 0.86% | - |
| XYZ | 40.24 | 19.28 | 68.62 | - |
| YUV | 89.24 | 201.24 | 216.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 1 | 219 | 0.03 | 1.00 | 0 | 0.14 | 298.35 | 0.99 | 0.43 |
| Hex | D5 | 1 | DB | 3 | 64 | 0 | E | 12A | 63 | 2B |
| Octal | 325 | 1 | 333 | 3 | 144 | 0 | 16 | 452 | 143 | 53 |
| Binary | 11010101 | 1 | 11011011 | 11 | 1100100 | 0 | 1110 | 100101010 | 1100011 | 101011 |
Color Harmonies of #D501DB
Complementary color
Monochromatic Colors of #D501DB
Black with #D501DB
Text Example
Text Example
White with #D501DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D501DB; }
p { color: rgb(213,1,219); }
H1.HeaderClassName
{
color: #D501DB;
}
.AnyTagClassName
{
color: #D501DB;
}
</style>
background-color css
<style>
a { background-color: #D501DB; }
a { background-color: rgb(213,1,219); }
div.DivClassName
{
background-color: #D501DB;
}
.BgClassName
{
background-color: #D501DB;
}
</style>
border-color css
<style>
span { border-color: #D501DB; }
span { border-color: rgb(213,1,219); }
td.TdClassName
{
border-color: #D501DB;
}
.TagClassName
{
border-color: #D501DB;
}
</style>