Shades of Deep Magenta #D802BA
Tints of Deep Magenta #D802BA
RGB
CMYK
RGB Variations
Color information
#D802BA (or 0xD802BA) is known color: Deep Magenta. HEX triplet: D8, 02 and BA. RGB value is (216,2,186). Sum of RGB (Red+Green+Blue) = 216+2+186=404 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.47% from 404); Green value is 2 (1.17% from 255 or 0.50% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 216 - color contains mainly: red. Hex color #D802BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D802BA is #27FD45. Grayscale: #565656. Windows color (decimal): -2620742 or 12190424. OLE color: 12190424.
HSL color Cylindrical-coordinate representation of color #D802BA: hue angle of 308.41º 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 #D802BA is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 2 | 186 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.15 |
| HSL | 308.41º | 0.98% | 0.43% | - |
| HSV(B) | 308.41º | 0.99% | 0.85% | - |
| XYZ | 37.2 | 18.19 | 48 | - |
| YUV | 86.96 | 183.9 | 220.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 2 | 186 | 0 | 0.99 | 0.14 | 0.15 | 308.41 | 0.98 | 0.43 |
| Hex | D8 | 2 | BA | 0 | 63 | E | F | 134 | 62 | 2B |
| Octal | 330 | 2 | 272 | 0 | 143 | 16 | 17 | 464 | 142 | 53 |
| Binary | 11011000 | 10 | 10111010 | 0 | 1100011 | 1110 | 1111 | 100110100 | 1100010 | 101011 |
Color Harmonies of #D802BA
Complementary color
Monochromatic Colors of #D802BA
Black with #D802BA
Text Example
Text Example
White with #D802BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D802BA; }
p { color: rgb(216,2,186); }
H1.HeaderClassName
{
color: #D802BA;
}
.AnyTagClassName
{
color: #D802BA;
}
</style>
background-color css
<style>
a { background-color: #D802BA; }
a { background-color: rgb(216,2,186); }
div.DivClassName
{
background-color: #D802BA;
}
.BgClassName
{
background-color: #D802BA;
}
</style>
border-color css
<style>
span { border-color: #D802BA; }
span { border-color: rgb(216,2,186); }
td.TdClassName
{
border-color: #D802BA;
}
.TagClassName
{
border-color: #D802BA;
}
</style>