Shades of Deep Magenta #D702CA
Tints of Deep Magenta #D702CA
RGB
CMYK
RGB Variations
Color information
#D702CA (or 0xD702CA) is known color: Deep Magenta. HEX triplet: D7, 02 and CA. RGB value is (215,2,202). Sum of RGB (Red+Green+Blue) = 215+2+202=419 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.31% from 419); Green value is 2 (1.17% from 255 or 0.48% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 215 - color contains mainly: red. Hex color #D702CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D702CA is #28FD35. Grayscale: #575757. Windows color (decimal): -2686262 or 13238999. OLE color: 13238999.
HSL color Cylindrical-coordinate representation of color #D702CA: hue angle of 303.66º 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 #D702CA is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 2 | 202 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.16 |
| HSL | 303.66º | 0.98% | 0.43% | - |
| HSV(B) | 303.66º | 0.99% | 0.84% | - |
| XYZ | 38.71 | 18.75 | 57.46 | - |
| YUV | 88.49 | 192.07 | 218.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 2 | 202 | 0 | 0.99 | 0.06 | 0.16 | 303.66 | 0.98 | 0.43 |
| Hex | D7 | 2 | CA | 0 | 63 | 6 | 10 | 130 | 62 | 2B |
| Octal | 327 | 2 | 312 | 0 | 143 | 6 | 20 | 460 | 142 | 53 |
| Binary | 11010111 | 10 | 11001010 | 0 | 1100011 | 110 | 10000 | 100110000 | 1100010 | 101011 |
Color Harmonies of #D702CA
Complementary color
Monochromatic Colors of #D702CA
Black with #D702CA
Text Example
Text Example
White with #D702CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D702CA; }
p { color: rgb(215,2,202); }
H1.HeaderClassName
{
color: #D702CA;
}
.AnyTagClassName
{
color: #D702CA;
}
</style>
background-color css
<style>
a { background-color: #D702CA; }
a { background-color: rgb(215,2,202); }
div.DivClassName
{
background-color: #D702CA;
}
.BgClassName
{
background-color: #D702CA;
}
</style>
border-color css
<style>
span { border-color: #D702CA; }
span { border-color: rgb(215,2,202); }
td.TdClassName
{
border-color: #D702CA;
}
.TagClassName
{
border-color: #D702CA;
}
</style>