Shades of Deep Magenta #D702C8
Tints of Deep Magenta #D702C8
RGB
CMYK
RGB Variations
Color information
#D702C8 (or 0xD702C8) is known color: Deep Magenta. HEX triplet: D7, 02 and C8. RGB value is (215,2,200). Sum of RGB (Red+Green+Blue) = 215+2+200=417 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.56% from 417); Green value is 2 (1.17% from 255 or 0.48% from 417); Blue value is 200 (78.52% from 255 or 47.96% from 417); Max value from RGB is 215 - color contains mainly: red. Hex color #D702C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D702C8 is #28FD37. Grayscale: #575757. Windows color (decimal): -2686264 or 13107927. OLE color: 13107927.
HSL color Cylindrical-coordinate representation of color #D702C8: hue angle of 304.23º 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 #D702C8 is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 2 | 200 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.16 |
| HSL | 304.23º | 0.98% | 0.43% | - |
| HSV(B) | 304.23º | 0.99% | 0.84% | - |
| XYZ | 38.47 | 18.66 | 56.22 | - |
| YUV | 88.26 | 191.07 | 218.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 2 | 200 | 0 | 0.99 | 0.07 | 0.16 | 304.23 | 0.98 | 0.43 |
| Hex | D7 | 2 | C8 | 0 | 63 | 7 | 10 | 130 | 62 | 2B |
| Octal | 327 | 2 | 310 | 0 | 143 | 7 | 20 | 460 | 142 | 53 |
| Binary | 11010111 | 10 | 11001000 | 0 | 1100011 | 111 | 10000 | 100110000 | 1100010 | 101011 |
Color Harmonies of #D702C8
Complementary color
Monochromatic Colors of #D702C8
Black with #D702C8
Text Example
Text Example
White with #D702C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D702C8; }
p { color: rgb(215,2,200); }
H1.HeaderClassName
{
color: #D702C8;
}
.AnyTagClassName
{
color: #D702C8;
}
</style>
background-color css
<style>
a { background-color: #D702C8; }
a { background-color: rgb(215,2,200); }
div.DivClassName
{
background-color: #D702C8;
}
.BgClassName
{
background-color: #D702C8;
}
</style>
border-color css
<style>
span { border-color: #D702C8; }
span { border-color: rgb(215,2,200); }
td.TdClassName
{
border-color: #D702C8;
}
.TagClassName
{
border-color: #D702C8;
}
</style>