Shades of Deep Magenta #D702BA
Tints of Deep Magenta #D702BA
RGB
CMYK
RGB Variations
Color information
#D702BA (or 0xD702BA) is known color: Deep Magenta. HEX triplet: D7, 02 and BA. RGB value is (215,2,186). Sum of RGB (Red+Green+Blue) = 215+2+186=403 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.35% from 403); Green value is 2 (1.17% from 255 or 0.50% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 215 - color contains mainly: red. Hex color #D702BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D702BA is #28FD45. Grayscale: #565656. Windows color (decimal): -2686278 or 12190423. OLE color: 12190423.
HSL color Cylindrical-coordinate representation of color #D702BA: hue angle of 308.17º 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 #D702BA is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 2 | 186 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.16 |
| HSL | 308.17º | 0.98% | 0.43% | - |
| HSV(B) | 308.17º | 0.99% | 0.84% | - |
| XYZ | 36.91 | 18.04 | 47.99 | - |
| YUV | 86.66 | 184.07 | 219.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 2 | 186 | 0 | 0.99 | 0.13 | 0.16 | 308.17 | 0.98 | 0.43 |
| Hex | D7 | 2 | BA | 0 | 63 | D | 10 | 134 | 62 | 2B |
| Octal | 327 | 2 | 272 | 0 | 143 | 15 | 20 | 464 | 142 | 53 |
| Binary | 11010111 | 10 | 10111010 | 0 | 1100011 | 1101 | 10000 | 100110100 | 1100010 | 101011 |
Color Harmonies of #D702BA
Complementary color
Monochromatic Colors of #D702BA
Black with #D702BA
Text Example
Text Example
White with #D702BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D702BA; }
p { color: rgb(215,2,186); }
H1.HeaderClassName
{
color: #D702BA;
}
.AnyTagClassName
{
color: #D702BA;
}
</style>
background-color css
<style>
a { background-color: #D702BA; }
a { background-color: rgb(215,2,186); }
div.DivClassName
{
background-color: #D702BA;
}
.BgClassName
{
background-color: #D702BA;
}
</style>
border-color css
<style>
span { border-color: #D702BA; }
span { border-color: rgb(215,2,186); }
td.TdClassName
{
border-color: #D702BA;
}
.TagClassName
{
border-color: #D702BA;
}
</style>