Shades of Deep Magenta #D502DF
Tints of Deep Magenta #D502DF
RGB
CMYK
RGB Variations
Color information
#D502DF (or 0xD502DF) is known color: Deep Magenta. HEX triplet: D5, 02 and DF. RGB value is (213,2,223). Sum of RGB (Red+Green+Blue) = 213+2+223=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 2 (1.17% from 255 or 0.46% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #D502DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D502DF is #2AFD20. Grayscale: #595959. Windows color (decimal): -2817313 or 14615253. OLE color: 14615253.
HSL color Cylindrical-coordinate representation of color #D502DF: hue angle of 297.29º 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 #D502DF is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 2 | 223 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.13 |
| HSL | 297.29º | 0.98% | 0.44% | - |
| HSV(B) | 297.29º | 0.99% | 0.87% | - |
| XYZ | 40.78 | 19.52 | 71.43 | - |
| YUV | 90.28 | 202.9 | 215.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 2 | 223 | 0.04 | 0.99 | 0 | 0.13 | 297.29 | 0.98 | 0.44 |
| Hex | D5 | 2 | DF | 4 | 63 | 0 | D | 129 | 62 | 2C |
| Octal | 325 | 2 | 337 | 4 | 143 | 0 | 15 | 451 | 142 | 54 |
| Binary | 11010101 | 10 | 11011111 | 100 | 1100011 | 0 | 1101 | 100101001 | 1100010 | 101100 |
Color Harmonies of #D502DF
Complementary color
Monochromatic Colors of #D502DF
Black with #D502DF
Text Example
Text Example
White with #D502DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D502DF; }
p { color: rgb(213,2,223); }
H1.HeaderClassName
{
color: #D502DF;
}
.AnyTagClassName
{
color: #D502DF;
}
</style>
background-color css
<style>
a { background-color: #D502DF; }
a { background-color: rgb(213,2,223); }
div.DivClassName
{
background-color: #D502DF;
}
.BgClassName
{
background-color: #D502DF;
}
</style>
border-color css
<style>
span { border-color: #D502DF; }
span { border-color: rgb(213,2,223); }
td.TdClassName
{
border-color: #D502DF;
}
.TagClassName
{
border-color: #D502DF;
}
</style>