Shades of Deep Magenta #D500DF
Tints of Deep Magenta #D500DF
RGB
CMYK
RGB Variations
Color information
#D500DF (or 0xD500DF) is known color: Deep Magenta. HEX triplet: D5, 00 and DF. RGB value is (213,0,223). Sum of RGB (Red+Green+Blue) = 213+0+223=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 0 (0.39% from 255 or 0% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #D500DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D500DF is #2AFF20. Grayscale: #585858. Windows color (decimal): -2817825 or 14614741. OLE color: 14614741.
HSL color Cylindrical-coordinate representation of color #D500DF: hue angle of 297.31º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D500DF is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 0 | 223 | - |
| CMYK | 0.04 | 1 | 0 | 0.13 |
| HSL | 297.31º | 1% | 0.44% | - |
| HSV(B) | 297.31º | 1% | 0.87% | - |
| XYZ | 40.76 | 19.47 | 71.42 | - |
| YUV | 89.11 | 203.57 | 216.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 223 | 0.04 | 1 | 0 | 0.13 | 297.31 | 1 | 0.44 |
| Hex | D5 | 0 | DF | 4 | 64 | 0 | D | 129 | 64 | 2C |
| Octal | 325 | 0 | 337 | 4 | 144 | 0 | 15 | 451 | 144 | 54 |
| Binary | 11010101 | 0 | 11011111 | 100 | 1100100 | 0 | 1101 | 100101001 | 1100100 | 101100 |
Color Harmonies of #D500DF
Complementary color
Monochromatic Colors of #D500DF
Black with #D500DF
Text Example
Text Example
White with #D500DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D500DF; }
p { color: rgb(213,0,223); }
H1.HeaderClassName
{
color: #D500DF;
}
.AnyTagClassName
{
color: #D500DF;
}
</style>
background-color css
<style>
a { background-color: #D500DF; }
a { background-color: rgb(213,0,223); }
div.DivClassName
{
background-color: #D500DF;
}
.BgClassName
{
background-color: #D500DF;
}
</style>
border-color css
<style>
span { border-color: #D500DF; }
span { border-color: rgb(213,0,223); }
td.TdClassName
{
border-color: #D500DF;
}
.TagClassName
{
border-color: #D500DF;
}
</style>