Shades of Deep Magenta #D702BB
Tints of Deep Magenta #D702BB
RGB
CMYK
RGB Variations
Color information
#D702BB (or 0xD702BB) is known color: Deep Magenta. HEX triplet: D7, 02 and BB. RGB value is (215,2,187). Sum of RGB (Red+Green+Blue) = 215+2+187=404 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.22% from 404); Green value is 2 (1.17% from 255 or 0.50% from 404); Blue value is 187 (73.44% from 255 or 46.29% from 404); Max value from RGB is 215 - color contains mainly: red. Hex color #D702BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D702BB is #28FD44. Grayscale: #565656. Windows color (decimal): -2686277 or 12255959. OLE color: 12255959.
HSL color Cylindrical-coordinate representation of color #D702BB: hue angle of 307.89º 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 #D702BB is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 2 | 187 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.16 |
| HSL | 307.89º | 0.98% | 0.43% | - |
| HSV(B) | 307.89º | 0.99% | 0.84% | - |
| XYZ | 37.02 | 18.08 | 48.55 | - |
| YUV | 86.78 | 184.57 | 219.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 2 | 187 | 0 | 0.99 | 0.13 | 0.16 | 307.89 | 0.98 | 0.43 |
| Hex | D7 | 2 | BB | 0 | 63 | D | 10 | 134 | 62 | 2B |
| Octal | 327 | 2 | 273 | 0 | 143 | 15 | 20 | 464 | 142 | 53 |
| Binary | 11010111 | 10 | 10111011 | 0 | 1100011 | 1101 | 10000 | 100110100 | 1100010 | 101011 |
Color Harmonies of #D702BB
Complementary color
Monochromatic Colors of #D702BB
Black with #D702BB
Text Example
Text Example
White with #D702BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D702BB; }
p { color: rgb(215,2,187); }
H1.HeaderClassName
{
color: #D702BB;
}
.AnyTagClassName
{
color: #D702BB;
}
</style>
background-color css
<style>
a { background-color: #D702BB; }
a { background-color: rgb(215,2,187); }
div.DivClassName
{
background-color: #D702BB;
}
.BgClassName
{
background-color: #D702BB;
}
</style>
border-color css
<style>
span { border-color: #D702BB; }
span { border-color: rgb(215,2,187); }
td.TdClassName
{
border-color: #D702BB;
}
.TagClassName
{
border-color: #D702BB;
}
</style>