Shades of Deep Magenta #D500DA
Tints of Deep Magenta #D500DA
RGB
CMYK
RGB Variations
Color information
#D500DA (or 0xD500DA) is known color: Deep Magenta. HEX triplet: D5, 00 and DA. RGB value is (213,0,218). Sum of RGB (Red+Green+Blue) = 213+0+218=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 0 (0.39% from 255 or 0% from 431); Blue value is 218 (85.55% from 255 or 50.58% from 431); Max value from RGB is 218 - color contains mainly: blue. Hex color #D500DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D500DA is #2AFF25. Grayscale: #575757. Windows color (decimal): -2817830 or 14287061. OLE color: 14287061.
HSL color Cylindrical-coordinate representation of color #D500DA: hue angle of 298.62º 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 #D500DA is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 0 | 218 | - |
| CMYK | 0.02 | 1 | 0 | 0.15 |
| HSL | 298.62º | 1% | 0.43% | - |
| HSV(B) | 298.62º | 1% | 0.85% | - |
| XYZ | 40.1 | 19.21 | 67.92 | - |
| YUV | 88.54 | 201.07 | 216.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 218 | 0.02 | 1 | 0 | 0.15 | 298.62 | 1 | 0.43 |
| Hex | D5 | 0 | DA | 2 | 64 | 0 | F | 12B | 64 | 2B |
| Octal | 325 | 0 | 332 | 2 | 144 | 0 | 17 | 453 | 144 | 53 |
| Binary | 11010101 | 0 | 11011010 | 10 | 1100100 | 0 | 1111 | 100101011 | 1100100 | 101011 |
Color Harmonies of #D500DA
Complementary color
Monochromatic Colors of #D500DA
Black with #D500DA
Text Example
Text Example
White with #D500DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D500DA; }
p { color: rgb(213,0,218); }
H1.HeaderClassName
{
color: #D500DA;
}
.AnyTagClassName
{
color: #D500DA;
}
</style>
background-color css
<style>
a { background-color: #D500DA; }
a { background-color: rgb(213,0,218); }
div.DivClassName
{
background-color: #D500DA;
}
.BgClassName
{
background-color: #D500DA;
}
</style>
border-color css
<style>
span { border-color: #D500DA; }
span { border-color: rgb(213,0,218); }
td.TdClassName
{
border-color: #D500DA;
}
.TagClassName
{
border-color: #D500DA;
}
</style>