Shades of Deep Magenta #D500DE
Tints of Deep Magenta #D500DE
RGB
CMYK
RGB Variations
Color information
#D500DE (or 0xD500DE) is known color: Deep Magenta. HEX triplet: D5, 00 and DE. RGB value is (213,0,222). Sum of RGB (Red+Green+Blue) = 213+0+222=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 0 (0.39% from 255 or 0% from 435); Blue value is 222 (87.11% from 255 or 51.03% from 435); Max value from RGB is 222 - color contains mainly: blue. Hex color #D500DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D500DE is #2AFF21. Grayscale: #585858. Windows color (decimal): -2817826 or 14549205. OLE color: 14549205.
HSL color Cylindrical-coordinate representation of color #D500DE: hue angle of 297.57º 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 #D500DE is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 0 | 222 | - |
| CMYK | 0.04 | 1 | 0 | 0.13 |
| HSL | 297.57º | 1% | 0.44% | - |
| HSV(B) | 297.57º | 1% | 0.87% | - |
| XYZ | 40.63 | 19.42 | 70.71 | - |
| YUV | 89 | 203.07 | 216.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 222 | 0.04 | 1 | 0 | 0.13 | 297.57 | 1 | 0.44 |
| Hex | D5 | 0 | DE | 4 | 64 | 0 | D | 12A | 64 | 2C |
| Octal | 325 | 0 | 336 | 4 | 144 | 0 | 15 | 452 | 144 | 54 |
| Binary | 11010101 | 0 | 11011110 | 100 | 1100100 | 0 | 1101 | 100101010 | 1100100 | 101100 |
Color Harmonies of #D500DE
Complementary color
Monochromatic Colors of #D500DE
Black with #D500DE
Text Example
Text Example
White with #D500DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D500DE; }
p { color: rgb(213,0,222); }
H1.HeaderClassName
{
color: #D500DE;
}
.AnyTagClassName
{
color: #D500DE;
}
</style>
background-color css
<style>
a { background-color: #D500DE; }
a { background-color: rgb(213,0,222); }
div.DivClassName
{
background-color: #D500DE;
}
.BgClassName
{
background-color: #D500DE;
}
</style>
border-color css
<style>
span { border-color: #D500DE; }
span { border-color: rgb(213,0,222); }
td.TdClassName
{
border-color: #D500DE;
}
.TagClassName
{
border-color: #D500DE;
}
</style>