Shades of Deep Magenta #D500DC
Tints of Deep Magenta #D500DC
RGB
CMYK
RGB Variations
Color information
#D500DC (or 0xD500DC) is known color: Deep Magenta. HEX triplet: D5, 00 and DC. RGB value is (213,0,220). Sum of RGB (Red+Green+Blue) = 213+0+220=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 0 (0.39% from 255 or 0% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #D500DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D500DC is #2AFF23. Grayscale: #585858. Windows color (decimal): -2817828 or 14418133. OLE color: 14418133.
HSL color Cylindrical-coordinate representation of color #D500DC: hue angle of 298.09º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D500DC is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 0 | 220 | - |
| CMYK | 0.03 | 1 | 0 | 0.14 |
| HSL | 298.09º | 1% | 0.43% | - |
| HSV(B) | 298.09º | 1% | 0.86% | - |
| XYZ | 40.36 | 19.31 | 69.31 | - |
| YUV | 88.77 | 202.07 | 216.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 220 | 0.03 | 1 | 0 | 0.14 | 298.09 | 1 | 0.43 |
| Hex | D5 | 0 | DC | 3 | 64 | 0 | E | 12A | 64 | 2B |
| Octal | 325 | 0 | 334 | 3 | 144 | 0 | 16 | 452 | 144 | 53 |
| Binary | 11010101 | 0 | 11011100 | 11 | 1100100 | 0 | 1110 | 100101010 | 1100100 | 101011 |
Color Harmonies of #D500DC
Complementary color
Monochromatic Colors of #D500DC
Black with #D500DC
Text Example
Text Example
White with #D500DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D500DC; }
p { color: rgb(213,0,220); }
H1.HeaderClassName
{
color: #D500DC;
}
.AnyTagClassName
{
color: #D500DC;
}
</style>
background-color css
<style>
a { background-color: #D500DC; }
a { background-color: rgb(213,0,220); }
div.DivClassName
{
background-color: #D500DC;
}
.BgClassName
{
background-color: #D500DC;
}
</style>
border-color css
<style>
span { border-color: #D500DC; }
span { border-color: rgb(213,0,220); }
td.TdClassName
{
border-color: #D500DC;
}
.TagClassName
{
border-color: #D500DC;
}
</style>