Shades of Deep Magenta #D502D8
Tints of Deep Magenta #D502D8
RGB
CMYK
RGB Variations
Color information
#D502D8 (or 0xD502D8) is known color: Deep Magenta. HEX triplet: D5, 02 and D8. RGB value is (213,2,216). Sum of RGB (Red+Green+Blue) = 213+2+216=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 2 (1.17% from 255 or 0.46% from 431); Blue value is 216 (84.77% from 255 or 50.12% from 431); Max value from RGB is 216 - color contains mainly: blue. Hex color #D502D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D502D8 is #2AFD27. Grayscale: #585858. Windows color (decimal): -2817320 or 14156501. OLE color: 14156501.
HSL color Cylindrical-coordinate representation of color #D502D8: hue angle of 299.16º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D502D8 is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 2 | 216 | - |
| CMYK | 0.01 | 0.99 | 0 | 0.15 |
| HSL | 299.16º | 0.98% | 0.43% | - |
| HSV(B) | 299.16º | 0.99% | 0.85% | - |
| XYZ | 39.86 | 19.15 | 66.56 | - |
| YUV | 89.49 | 199.4 | 216.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 2 | 216 | 0.01 | 0.99 | 0 | 0.15 | 299.16 | 0.98 | 0.43 |
| Hex | D5 | 2 | D8 | 1 | 63 | 0 | F | 12B | 62 | 2B |
| Octal | 325 | 2 | 330 | 1 | 143 | 0 | 17 | 453 | 142 | 53 |
| Binary | 11010101 | 10 | 11011000 | 1 | 1100011 | 0 | 1111 | 100101011 | 1100010 | 101011 |
Color Harmonies of #D502D8
Complementary color
Monochromatic Colors of #D502D8
Black with #D502D8
Text Example
Text Example
White with #D502D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D502D8; }
p { color: rgb(213,2,216); }
H1.HeaderClassName
{
color: #D502D8;
}
.AnyTagClassName
{
color: #D502D8;
}
</style>
background-color css
<style>
a { background-color: #D502D8; }
a { background-color: rgb(213,2,216); }
div.DivClassName
{
background-color: #D502D8;
}
.BgClassName
{
background-color: #D502D8;
}
</style>
border-color css
<style>
span { border-color: #D502D8; }
span { border-color: rgb(213,2,216); }
td.TdClassName
{
border-color: #D502D8;
}
.TagClassName
{
border-color: #D502D8;
}
</style>