Shades of Deep Magenta #D502DD
Tints of Deep Magenta #D502DD
RGB
CMYK
RGB Variations
Color information
#D502DD (or 0xD502DD) is known color: Deep Magenta. HEX triplet: D5, 02 and DD. RGB value is (213,2,221). Sum of RGB (Red+Green+Blue) = 213+2+221=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 2 (1.17% from 255 or 0.46% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #D502DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D502DD is #2AFD22. Grayscale: #595959. Windows color (decimal): -2817315 or 14484181. OLE color: 14484181.
HSL color Cylindrical-coordinate representation of color #D502DD: hue angle of 297.81º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D502DD is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 2 | 221 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.13 |
| HSL | 297.81º | 0.98% | 0.44% | - |
| HSV(B) | 297.81º | 0.99% | 0.87% | - |
| XYZ | 40.51 | 19.41 | 70.02 | - |
| YUV | 90.06 | 201.9 | 215.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 2 | 221 | 0.04 | 0.99 | 0 | 0.13 | 297.81 | 0.98 | 0.44 |
| Hex | D5 | 2 | DD | 4 | 63 | 0 | D | 12A | 62 | 2C |
| Octal | 325 | 2 | 335 | 4 | 143 | 0 | 15 | 452 | 142 | 54 |
| Binary | 11010101 | 10 | 11011101 | 100 | 1100011 | 0 | 1101 | 100101010 | 1100010 | 101100 |
Color Harmonies of #D502DD
Complementary color
Monochromatic Colors of #D502DD
Black with #D502DD
Text Example
Text Example
White with #D502DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D502DD; }
p { color: rgb(213,2,221); }
H1.HeaderClassName
{
color: #D502DD;
}
.AnyTagClassName
{
color: #D502DD;
}
</style>
background-color css
<style>
a { background-color: #D502DD; }
a { background-color: rgb(213,2,221); }
div.DivClassName
{
background-color: #D502DD;
}
.BgClassName
{
background-color: #D502DD;
}
</style>
border-color css
<style>
span { border-color: #D502DD; }
span { border-color: rgb(213,2,221); }
td.TdClassName
{
border-color: #D502DD;
}
.TagClassName
{
border-color: #D502DD;
}
</style>