Shades of Deep Magenta #D702CD
Tints of Deep Magenta #D702CD
RGB
CMYK
RGB Variations
Color information
#D702CD (or 0xD702CD) is known color: Deep Magenta. HEX triplet: D7, 02 and CD. RGB value is (215,2,205). Sum of RGB (Red+Green+Blue) = 215+2+205=422 (55% of max value = 765). Red value is 215 (84.38% from 255 or 50.95% from 422); Green value is 2 (1.17% from 255 or 0.47% from 422); Blue value is 205 (80.47% from 255 or 48.58% from 422); Max value from RGB is 215 - color contains mainly: red. Hex color #D702CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D702CD is #28FD32. Grayscale: #585858. Windows color (decimal): -2686259 or 13435607. OLE color: 13435607.
HSL color Cylindrical-coordinate representation of color #D702CD: hue angle of 302.82º 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 #D702CD is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 2 | 205 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.16 |
| HSL | 302.82º | 0.98% | 0.43% | - |
| HSV(B) | 302.82º | 0.99% | 0.84% | - |
| XYZ | 39.07 | 18.9 | 59.35 | - |
| YUV | 88.83 | 193.57 | 217.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 2 | 205 | 0 | 0.99 | 0.05 | 0.16 | 302.82 | 0.98 | 0.43 |
| Hex | D7 | 2 | CD | 0 | 63 | 5 | 10 | 12F | 62 | 2B |
| Octal | 327 | 2 | 315 | 0 | 143 | 5 | 20 | 457 | 142 | 53 |
| Binary | 11010111 | 10 | 11001101 | 0 | 1100011 | 101 | 10000 | 100101111 | 1100010 | 101011 |
Color Harmonies of #D702CD
Complementary color
Monochromatic Colors of #D702CD
Black with #D702CD
Text Example
Text Example
White with #D702CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D702CD; }
p { color: rgb(215,2,205); }
H1.HeaderClassName
{
color: #D702CD;
}
.AnyTagClassName
{
color: #D702CD;
}
</style>
background-color css
<style>
a { background-color: #D702CD; }
a { background-color: rgb(215,2,205); }
div.DivClassName
{
background-color: #D702CD;
}
.BgClassName
{
background-color: #D702CD;
}
</style>
border-color css
<style>
span { border-color: #D702CD; }
span { border-color: rgb(215,2,205); }
td.TdClassName
{
border-color: #D702CD;
}
.TagClassName
{
border-color: #D702CD;
}
</style>