Shades of Deep Magenta #D802B7
Tints of Deep Magenta #D802B7
RGB
CMYK
RGB Variations
Color information
#D802B7 (or 0xD802B7) is known color: Deep Magenta. HEX triplet: D8, 02 and B7. RGB value is (216,2,183). Sum of RGB (Red+Green+Blue) = 216+2+183=401 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.87% from 401); Green value is 2 (1.17% from 255 or 0.50% from 401); Blue value is 183 (71.88% from 255 or 45.64% from 401); Max value from RGB is 216 - color contains mainly: red. Hex color #D802B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D802B7 is #27FD48. Grayscale: #565656. Windows color (decimal): -2620745 or 11993816. OLE color: 11993816.
HSL color Cylindrical-coordinate representation of color #D802B7: hue angle of 309.25º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D802B7 is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 2 | 183 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.15 |
| HSL | 309.25º | 0.98% | 0.43% | - |
| HSV(B) | 309.25º | 0.99% | 0.85% | - |
| XYZ | 36.89 | 18.06 | 46.34 | - |
| YUV | 86.62 | 182.4 | 220.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 2 | 183 | 0 | 0.99 | 0.15 | 0.15 | 309.25 | 0.98 | 0.43 |
| Hex | D8 | 2 | B7 | 0 | 63 | F | F | 135 | 62 | 2B |
| Octal | 330 | 2 | 267 | 0 | 143 | 17 | 17 | 465 | 142 | 53 |
| Binary | 11011000 | 10 | 10110111 | 0 | 1100011 | 1111 | 1111 | 100110101 | 1100010 | 101011 |
Color Harmonies of #D802B7
Complementary color
Monochromatic Colors of #D802B7
Black with #D802B7
Text Example
Text Example
White with #D802B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D802B7; }
p { color: rgb(216,2,183); }
H1.HeaderClassName
{
color: #D802B7;
}
.AnyTagClassName
{
color: #D802B7;
}
</style>
background-color css
<style>
a { background-color: #D802B7; }
a { background-color: rgb(216,2,183); }
div.DivClassName
{
background-color: #D802B7;
}
.BgClassName
{
background-color: #D802B7;
}
</style>
border-color css
<style>
span { border-color: #D802B7; }
span { border-color: rgb(216,2,183); }
td.TdClassName
{
border-color: #D802B7;
}
.TagClassName
{
border-color: #D802B7;
}
</style>