Shades of Deep Magenta #D500D4
Tints of Deep Magenta #D500D4
RGB
CMYK
RGB Variations
Color information
#D500D4 (or 0xD500D4) is known color: Deep Magenta. HEX triplet: D5, 00 and D4. RGB value is (213,0,212). Sum of RGB (Red+Green+Blue) = 213+0+212=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 0 (0.39% from 255 or 0% from 425); Blue value is 212 (83.20% from 255 or 49.88% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D500D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D500D4 is #2AFF2B. Grayscale: #575757. Windows color (decimal): -2817836 or 13893845. OLE color: 13893845.
HSL color Cylindrical-coordinate representation of color #D500D4: hue angle of 300.28º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D500D4 is Cyan = 0, Magento = 1, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 212 | - |
| CMYK | 0 | 1 | 0.00 | 0.16 |
| HSL | 300.28º | 1% | 0.42% | - |
| HSV(B) | 300.28º | 1% | 0.84% | - |
| XYZ | 39.32 | 18.9 | 63.86 | - |
| YUV | 87.86 | 198.07 | 217.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 212 | 0 | 1 | 0.00 | 0.16 | 300.28 | 1 | 0.42 |
| Hex | D5 | 0 | D4 | 0 | 64 | 0 | 10 | 12C | 64 | 2A |
| Octal | 325 | 0 | 324 | 0 | 144 | 0 | 20 | 454 | 144 | 52 |
| Binary | 11010101 | 0 | 11010100 | 0 | 1100100 | 0 | 10000 | 100101100 | 1100100 | 101010 |
Color Harmonies of #D500D4
Complementary color
Monochromatic Colors of #D500D4
Black with #D500D4
Text Example
Text Example
White with #D500D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D500D4; }
p { color: rgb(213,0,212); }
H1.HeaderClassName
{
color: #D500D4;
}
.AnyTagClassName
{
color: #D500D4;
}
</style>
background-color css
<style>
a { background-color: #D500D4; }
a { background-color: rgb(213,0,212); }
div.DivClassName
{
background-color: #D500D4;
}
.BgClassName
{
background-color: #D500D4;
}
</style>
border-color css
<style>
span { border-color: #D500D4; }
span { border-color: rgb(213,0,212); }
td.TdClassName
{
border-color: #D500D4;
}
.TagClassName
{
border-color: #D500D4;
}
</style>