Shades of Deep Magenta #D702D3
Tints of Deep Magenta #D702D3
RGB
CMYK
RGB Variations
Color information
#D702D3 (or 0xD702D3) is known color: Deep Magenta. HEX triplet: D7, 02 and D3. RGB value is (215,2,211). Sum of RGB (Red+Green+Blue) = 215+2+211=428 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.23% from 428); Green value is 2 (1.17% from 255 or 0.47% from 428); Blue value is 211 (82.81% from 255 or 49.30% from 428); Max value from RGB is 215 - color contains mainly: red. Hex color #D702D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D702D3 is #28FD2C. Grayscale: #585858. Windows color (decimal): -2686253 or 13828823. OLE color: 13828823.
HSL color Cylindrical-coordinate representation of color #D702D3: hue angle of 301.13º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D702D3 is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 2 | 211 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.16 |
| HSL | 301.13º | 0.98% | 0.43% | - |
| HSV(B) | 301.13º | 0.99% | 0.84% | - |
| XYZ | 39.8 | 19.19 | 63.23 | - |
| YUV | 89.51 | 196.57 | 217.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 2 | 211 | 0 | 0.99 | 0.02 | 0.16 | 301.13 | 0.98 | 0.43 |
| Hex | D7 | 2 | D3 | 0 | 63 | 2 | 10 | 12D | 62 | 2B |
| Octal | 327 | 2 | 323 | 0 | 143 | 2 | 20 | 455 | 142 | 53 |
| Binary | 11010111 | 10 | 11010011 | 0 | 1100011 | 10 | 10000 | 100101101 | 1100010 | 101011 |
Color Harmonies of #D702D3
Complementary color
Monochromatic Colors of #D702D3
Black with #D702D3
Text Example
Text Example
White with #D702D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D702D3; }
p { color: rgb(215,2,211); }
H1.HeaderClassName
{
color: #D702D3;
}
.AnyTagClassName
{
color: #D702D3;
}
</style>
background-color css
<style>
a { background-color: #D702D3; }
a { background-color: rgb(215,2,211); }
div.DivClassName
{
background-color: #D702D3;
}
.BgClassName
{
background-color: #D702D3;
}
</style>
border-color css
<style>
span { border-color: #D702D3; }
span { border-color: rgb(215,2,211); }
td.TdClassName
{
border-color: #D702D3;
}
.TagClassName
{
border-color: #D702D3;
}
</style>