Shades of Deep Magenta #D702C0
Tints of Deep Magenta #D702C0
RGB
CMYK
RGB Variations
Color information
#D702C0 (or 0xD702C0) is known color: Deep Magenta. HEX triplet: D7, 02 and C0. RGB value is (215,2,192). Sum of RGB (Red+Green+Blue) = 215+2+192=409 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.57% from 409); Green value is 2 (1.17% from 255 or 0.49% from 409); Blue value is 192 (75.39% from 255 or 46.94% from 409); Max value from RGB is 215 - color contains mainly: red. Hex color #D702C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D702C0 is #28FD3F. Grayscale: #565656. Windows color (decimal): -2686272 or 12583639. OLE color: 12583639.
HSL color Cylindrical-coordinate representation of color #D702C0: hue angle of 306.48º 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 #D702C0 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 2 | 192 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.16 |
| HSL | 306.48º | 0.98% | 0.43% | - |
| HSV(B) | 306.48º | 0.99% | 0.84% | - |
| XYZ | 37.56 | 18.3 | 51.42 | - |
| YUV | 87.35 | 187.07 | 219.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 2 | 192 | 0 | 0.99 | 0.11 | 0.16 | 306.48 | 0.98 | 0.43 |
| Hex | D7 | 2 | C0 | 0 | 63 | B | 10 | 132 | 62 | 2B |
| Octal | 327 | 2 | 300 | 0 | 143 | 13 | 20 | 462 | 142 | 53 |
| Binary | 11010111 | 10 | 11000000 | 0 | 1100011 | 1011 | 10000 | 100110010 | 1100010 | 101011 |
Color Harmonies of #D702C0
Complementary color
Monochromatic Colors of #D702C0
Black with #D702C0
Text Example
Text Example
White with #D702C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D702C0; }
p { color: rgb(215,2,192); }
H1.HeaderClassName
{
color: #D702C0;
}
.AnyTagClassName
{
color: #D702C0;
}
</style>
background-color css
<style>
a { background-color: #D702C0; }
a { background-color: rgb(215,2,192); }
div.DivClassName
{
background-color: #D702C0;
}
.BgClassName
{
background-color: #D702C0;
}
</style>
border-color css
<style>
span { border-color: #D702C0; }
span { border-color: rgb(215,2,192); }
td.TdClassName
{
border-color: #D702C0;
}
.TagClassName
{
border-color: #D702C0;
}
</style>