Shades of Deep Magenta #D702B9
Tints of Deep Magenta #D702B9
RGB
CMYK
RGB Variations
Color information
#D702B9 (or 0xD702B9) is known color: Deep Magenta. HEX triplet: D7, 02 and B9. RGB value is (215,2,185). Sum of RGB (Red+Green+Blue) = 215+2+185=402 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.48% from 402); Green value is 2 (1.17% from 255 or 0.50% from 402); Blue value is 185 (72.66% from 255 or 46.02% from 402); Max value from RGB is 215 - color contains mainly: red. Hex color #D702B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D702B9 is #28FD46. Grayscale: #565656. Windows color (decimal): -2686279 or 12124887. OLE color: 12124887.
HSL color Cylindrical-coordinate representation of color #D702B9: hue angle of 308.45º 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 #D702B9 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 2 | 185 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.16 |
| HSL | 308.45º | 0.98% | 0.43% | - |
| HSV(B) | 308.45º | 0.99% | 0.84% | - |
| XYZ | 36.8 | 17.99 | 47.43 | - |
| YUV | 86.55 | 183.57 | 219.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 2 | 185 | 0 | 0.99 | 0.14 | 0.16 | 308.45 | 0.98 | 0.43 |
| Hex | D7 | 2 | B9 | 0 | 63 | E | 10 | 134 | 62 | 2B |
| Octal | 327 | 2 | 271 | 0 | 143 | 16 | 20 | 464 | 142 | 53 |
| Binary | 11010111 | 10 | 10111001 | 0 | 1100011 | 1110 | 10000 | 100110100 | 1100010 | 101011 |
Color Harmonies of #D702B9
Complementary color
Monochromatic Colors of #D702B9
Black with #D702B9
Text Example
Text Example
White with #D702B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D702B9; }
p { color: rgb(215,2,185); }
H1.HeaderClassName
{
color: #D702B9;
}
.AnyTagClassName
{
color: #D702B9;
}
</style>
background-color css
<style>
a { background-color: #D702B9; }
a { background-color: rgb(215,2,185); }
div.DivClassName
{
background-color: #D702B9;
}
.BgClassName
{
background-color: #D702B9;
}
</style>
border-color css
<style>
span { border-color: #D702B9; }
span { border-color: rgb(215,2,185); }
td.TdClassName
{
border-color: #D702B9;
}
.TagClassName
{
border-color: #D702B9;
}
</style>