Shades of Deep Magenta #D702DF
Tints of Deep Magenta #D702DF
RGB
CMYK
RGB Variations
Color information
#D702DF (or 0xD702DF) is known color: Deep Magenta. HEX triplet: D7, 02 and DF. RGB value is (215,2,223). Sum of RGB (Red+Green+Blue) = 215+2+223=440 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.86% from 440); Green value is 2 (1.17% from 255 or 0.45% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #D702DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D702DF is #28FD20. Grayscale: #5A5A5A. Windows color (decimal): -2686241 or 14615255. OLE color: 14615255.
HSL color Cylindrical-coordinate representation of color #D702DF: hue angle of 297.83º 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 #D702DF is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 2 | 223 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.13 |
| HSL | 297.83º | 0.98% | 0.44% | - |
| HSV(B) | 297.83º | 0.99% | 0.87% | - |
| XYZ | 41.37 | 19.82 | 71.46 | - |
| YUV | 90.88 | 202.57 | 216.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 2 | 223 | 0.04 | 0.99 | 0 | 0.13 | 297.83 | 0.98 | 0.44 |
| Hex | D7 | 2 | DF | 4 | 63 | 0 | D | 12A | 62 | 2C |
| Octal | 327 | 2 | 337 | 4 | 143 | 0 | 15 | 452 | 142 | 54 |
| Binary | 11010111 | 10 | 11011111 | 100 | 1100011 | 0 | 1101 | 100101010 | 1100010 | 101100 |
Color Harmonies of #D702DF
Complementary color
Monochromatic Colors of #D702DF
Black with #D702DF
Text Example
Text Example
White with #D702DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D702DF; }
p { color: rgb(215,2,223); }
H1.HeaderClassName
{
color: #D702DF;
}
.AnyTagClassName
{
color: #D702DF;
}
</style>
background-color css
<style>
a { background-color: #D702DF; }
a { background-color: rgb(215,2,223); }
div.DivClassName
{
background-color: #D702DF;
}
.BgClassName
{
background-color: #D702DF;
}
</style>
border-color css
<style>
span { border-color: #D702DF; }
span { border-color: rgb(215,2,223); }
td.TdClassName
{
border-color: #D702DF;
}
.TagClassName
{
border-color: #D702DF;
}
</style>