Shades of Deep Magenta #D702B6
Tints of Deep Magenta #D702B6
RGB
CMYK
RGB Variations
Color information
#D702B6 (or 0xD702B6) is known color: Deep Magenta. HEX triplet: D7, 02 and B6. RGB value is (215,2,182). Sum of RGB (Red+Green+Blue) = 215+2+182=399 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.88% from 399); Green value is 2 (1.17% from 255 or 0.50% from 399); Blue value is 182 (71.48% from 255 or 45.61% from 399); Max value from RGB is 215 - color contains mainly: red. Hex color #D702B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D702B6 is #28FD49. Grayscale: #555555. Windows color (decimal): -2686282 or 11928279. OLE color: 11928279.
HSL color Cylindrical-coordinate representation of color #D702B6: hue angle of 309.3º 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 #D702B6 is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 2 | 182 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.16 |
| HSL | 309.3º | 0.98% | 0.43% | - |
| HSV(B) | 309.3º | 0.99% | 0.84% | - |
| XYZ | 36.49 | 17.87 | 45.78 | - |
| YUV | 86.21 | 182.07 | 219.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 2 | 182 | 0 | 0.99 | 0.15 | 0.16 | 309.3 | 0.98 | 0.43 |
| Hex | D7 | 2 | B6 | 0 | 63 | F | 10 | 135 | 62 | 2B |
| Octal | 327 | 2 | 266 | 0 | 143 | 17 | 20 | 465 | 142 | 53 |
| Binary | 11010111 | 10 | 10110110 | 0 | 1100011 | 1111 | 10000 | 100110101 | 1100010 | 101011 |
Color Harmonies of #D702B6
Complementary color
Monochromatic Colors of #D702B6
Black with #D702B6
Text Example
Text Example
White with #D702B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D702B6; }
p { color: rgb(215,2,182); }
H1.HeaderClassName
{
color: #D702B6;
}
.AnyTagClassName
{
color: #D702B6;
}
</style>
background-color css
<style>
a { background-color: #D702B6; }
a { background-color: rgb(215,2,182); }
div.DivClassName
{
background-color: #D702B6;
}
.BgClassName
{
background-color: #D702B6;
}
</style>
border-color css
<style>
span { border-color: #D702B6; }
span { border-color: rgb(215,2,182); }
td.TdClassName
{
border-color: #D702B6;
}
.TagClassName
{
border-color: #D702B6;
}
</style>