Shades of Deep Magenta #D702DB
Tints of Deep Magenta #D702DB
RGB
CMYK
RGB Variations
Color information
#D702DB (or 0xD702DB) is known color: Deep Magenta. HEX triplet: D7, 02 and DB. RGB value is (215,2,219). Sum of RGB (Red+Green+Blue) = 215+2+219=436 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.31% from 436); Green value is 2 (1.17% from 255 or 0.46% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #D702DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D702DB is #28FD24. Grayscale: #595959. Windows color (decimal): -2686245 or 14353111. OLE color: 14353111.
HSL color Cylindrical-coordinate representation of color #D702DB: hue angle of 298.89º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D702DB is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 2 | 219 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.14 |
| HSL | 298.89º | 0.98% | 0.43% | - |
| HSV(B) | 298.89º | 0.99% | 0.86% | - |
| XYZ | 40.83 | 19.6 | 68.65 | - |
| YUV | 90.43 | 200.57 | 216.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 2 | 219 | 0.02 | 0.99 | 0 | 0.14 | 298.89 | 0.98 | 0.43 |
| Hex | D7 | 2 | DB | 2 | 63 | 0 | E | 12B | 62 | 2B |
| Octal | 327 | 2 | 333 | 2 | 143 | 0 | 16 | 453 | 142 | 53 |
| Binary | 11010111 | 10 | 11011011 | 10 | 1100011 | 0 | 1110 | 100101011 | 1100010 | 101011 |
Color Harmonies of #D702DB
Complementary color
Monochromatic Colors of #D702DB
Black with #D702DB
Text Example
Text Example
White with #D702DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D702DB; }
p { color: rgb(215,2,219); }
H1.HeaderClassName
{
color: #D702DB;
}
.AnyTagClassName
{
color: #D702DB;
}
</style>
background-color css
<style>
a { background-color: #D702DB; }
a { background-color: rgb(215,2,219); }
div.DivClassName
{
background-color: #D702DB;
}
.BgClassName
{
background-color: #D702DB;
}
</style>
border-color css
<style>
span { border-color: #D702DB; }
span { border-color: rgb(215,2,219); }
td.TdClassName
{
border-color: #D702DB;
}
.TagClassName
{
border-color: #D702DB;
}
</style>