Shades of Deep Magenta #D702B3
Tints of Deep Magenta #D702B3
RGB
CMYK
RGB Variations
Color information
#D702B3 (or 0xD702B3) is known color: Deep Magenta. HEX triplet: D7, 02 and B3. RGB value is (215,2,179). Sum of RGB (Red+Green+Blue) = 215+2+179=396 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.29% from 396); Green value is 2 (1.17% from 255 or 0.51% from 396); Blue value is 179 (70.31% from 255 or 45.20% from 396); Max value from RGB is 215 - color contains mainly: red. Hex color #D702B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D702B3 is #28FD4C. Grayscale: #555555. Windows color (decimal): -2686285 or 11731671. OLE color: 11731671.
HSL color Cylindrical-coordinate representation of color #D702B3: hue angle of 310.14º 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 #D702B3 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 2 | 179 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.16 |
| HSL | 310.14º | 0.98% | 0.43% | - |
| HSV(B) | 310.14º | 0.99% | 0.84% | - |
| XYZ | 36.18 | 17.75 | 44.17 | - |
| YUV | 85.87 | 180.57 | 220.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 2 | 179 | 0 | 0.99 | 0.17 | 0.16 | 310.14 | 0.98 | 0.43 |
| Hex | D7 | 2 | B3 | 0 | 63 | 11 | 10 | 136 | 62 | 2B |
| Octal | 327 | 2 | 263 | 0 | 143 | 21 | 20 | 466 | 142 | 53 |
| Binary | 11010111 | 10 | 10110011 | 0 | 1100011 | 10001 | 10000 | 100110110 | 1100010 | 101011 |
Color Harmonies of #D702B3
Complementary color
Monochromatic Colors of #D702B3
Black with #D702B3
Text Example
Text Example
White with #D702B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D702B3; }
p { color: rgb(215,2,179); }
H1.HeaderClassName
{
color: #D702B3;
}
.AnyTagClassName
{
color: #D702B3;
}
</style>
background-color css
<style>
a { background-color: #D702B3; }
a { background-color: rgb(215,2,179); }
div.DivClassName
{
background-color: #D702B3;
}
.BgClassName
{
background-color: #D702B3;
}
</style>
border-color css
<style>
span { border-color: #D702B3; }
span { border-color: rgb(215,2,179); }
td.TdClassName
{
border-color: #D702B3;
}
.TagClassName
{
border-color: #D702B3;
}
</style>