Shades of Deep Magenta #D502D0
Tints of Deep Magenta #D502D0
RGB
CMYK
RGB Variations
Color information
#D502D0 (or 0xD502D0) is known color: Deep Magenta. HEX triplet: D5, 02 and D0. RGB value is (213,2,208). Sum of RGB (Red+Green+Blue) = 213+2+208=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 2 (1.17% from 255 or 0.47% from 423); Blue value is 208 (81.64% from 255 or 49.17% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D502D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D502D0 is #2AFD2F. Grayscale: #575757. Windows color (decimal): -2817328 or 13632213. OLE color: 13632213.
HSL color Cylindrical-coordinate representation of color #D502D0: hue angle of 301.42º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D502D0 is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 2 | 208 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.16 |
| HSL | 301.42º | 0.98% | 0.42% | - |
| HSV(B) | 301.42º | 0.99% | 0.84% | - |
| XYZ | 38.85 | 18.74 | 61.24 | - |
| YUV | 88.57 | 195.4 | 216.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 2 | 208 | 0 | 0.99 | 0.02 | 0.16 | 301.42 | 0.98 | 0.42 |
| Hex | D5 | 2 | D0 | 0 | 63 | 2 | 10 | 12D | 62 | 2A |
| Octal | 325 | 2 | 320 | 0 | 143 | 2 | 20 | 455 | 142 | 52 |
| Binary | 11010101 | 10 | 11010000 | 0 | 1100011 | 10 | 10000 | 100101101 | 1100010 | 101010 |
Color Harmonies of #D502D0
Complementary color
Monochromatic Colors of #D502D0
Black with #D502D0
Text Example
Text Example
White with #D502D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D502D0; }
p { color: rgb(213,2,208); }
H1.HeaderClassName
{
color: #D502D0;
}
.AnyTagClassName
{
color: #D502D0;
}
</style>
background-color css
<style>
a { background-color: #D502D0; }
a { background-color: rgb(213,2,208); }
div.DivClassName
{
background-color: #D502D0;
}
.BgClassName
{
background-color: #D502D0;
}
</style>
border-color css
<style>
span { border-color: #D502D0; }
span { border-color: rgb(213,2,208); }
td.TdClassName
{
border-color: #D502D0;
}
.TagClassName
{
border-color: #D502D0;
}
</style>