Shades of Deep Magenta #D500D9
Tints of Deep Magenta #D500D9
RGB
CMYK
RGB Variations
Color information
#D500D9 (or 0xD500D9) is known color: Deep Magenta. HEX triplet: D5, 00 and D9. RGB value is (213,0,217). Sum of RGB (Red+Green+Blue) = 213+0+217=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 0 (0.39% from 255 or 0% from 430); Blue value is 217 (85.16% from 255 or 50.47% from 430); Max value from RGB is 217 - color contains mainly: blue. Hex color #D500D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D500D9 is #2AFF26. Grayscale: #575757. Windows color (decimal): -2817831 or 14221525. OLE color: 14221525.
HSL color Cylindrical-coordinate representation of color #D500D9: hue angle of 298.89º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D500D9 is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 0 | 217 | - |
| CMYK | 0.02 | 1 | 0 | 0.15 |
| HSL | 298.89º | 1% | 0.43% | - |
| HSV(B) | 298.89º | 1% | 0.85% | - |
| XYZ | 39.96 | 19.16 | 67.24 | - |
| YUV | 88.43 | 200.57 | 216.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 217 | 0.02 | 1 | 0 | 0.15 | 298.89 | 1 | 0.43 |
| Hex | D5 | 0 | D9 | 2 | 64 | 0 | F | 12B | 64 | 2B |
| Octal | 325 | 0 | 331 | 2 | 144 | 0 | 17 | 453 | 144 | 53 |
| Binary | 11010101 | 0 | 11011001 | 10 | 1100100 | 0 | 1111 | 100101011 | 1100100 | 101011 |
Color Harmonies of #D500D9
Complementary color
Monochromatic Colors of #D500D9
Black with #D500D9
Text Example
Text Example
White with #D500D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D500D9; }
p { color: rgb(213,0,217); }
H1.HeaderClassName
{
color: #D500D9;
}
.AnyTagClassName
{
color: #D500D9;
}
</style>
background-color css
<style>
a { background-color: #D500D9; }
a { background-color: rgb(213,0,217); }
div.DivClassName
{
background-color: #D500D9;
}
.BgClassName
{
background-color: #D500D9;
}
</style>
border-color css
<style>
span { border-color: #D500D9; }
span { border-color: rgb(213,0,217); }
td.TdClassName
{
border-color: #D500D9;
}
.TagClassName
{
border-color: #D500D9;
}
</style>