Shades of Deep Magenta #D501DF
Tints of Deep Magenta #D501DF
RGB
CMYK
RGB Variations
Color information
#D501DF (or 0xD501DF) is known color: Deep Magenta. HEX triplet: D5, 01 and DF. RGB value is (213,1,223). Sum of RGB (Red+Green+Blue) = 213+1+223=437 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.74% from 437); Green value is 1 (0.78% from 255 or 0.23% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #D501DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D501DF is #2AFE20. Grayscale: #595959. Windows color (decimal): -2817569 or 14614997. OLE color: 14614997.
HSL color Cylindrical-coordinate representation of color #D501DF: hue angle of 297.3º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D501DF is Cyan = 0.04, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 1 | 223 | - |
| CMYK | 0.04 | 1.00 | 0 | 0.13 |
| HSL | 297.3º | 0.99% | 0.44% | - |
| HSV(B) | 297.3º | 1% | 0.87% | - |
| XYZ | 40.77 | 19.5 | 71.43 | - |
| YUV | 89.7 | 203.24 | 215.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 1 | 223 | 0.04 | 1.00 | 0 | 0.13 | 297.3 | 0.99 | 0.44 |
| Hex | D5 | 1 | DF | 4 | 64 | 0 | D | 129 | 63 | 2C |
| Octal | 325 | 1 | 337 | 4 | 144 | 0 | 15 | 451 | 143 | 54 |
| Binary | 11010101 | 1 | 11011111 | 100 | 1100100 | 0 | 1101 | 100101001 | 1100011 | 101100 |
Color Harmonies of #D501DF
Complementary color
Monochromatic Colors of #D501DF
Black with #D501DF
Text Example
Text Example
White with #D501DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D501DF; }
p { color: rgb(213,1,223); }
H1.HeaderClassName
{
color: #D501DF;
}
.AnyTagClassName
{
color: #D501DF;
}
</style>
background-color css
<style>
a { background-color: #D501DF; }
a { background-color: rgb(213,1,223); }
div.DivClassName
{
background-color: #D501DF;
}
.BgClassName
{
background-color: #D501DF;
}
</style>
border-color css
<style>
span { border-color: #D501DF; }
span { border-color: rgb(213,1,223); }
td.TdClassName
{
border-color: #D501DF;
}
.TagClassName
{
border-color: #D501DF;
}
</style>