Shades of Deep Magenta #D802D9
Tints of Deep Magenta #D802D9
RGB
CMYK
RGB Variations
Color information
#D802D9 (or 0xD802D9) is known color: Deep Magenta. HEX triplet: D8, 02 and D9. RGB value is (216,2,217). Sum of RGB (Red+Green+Blue) = 216+2+217=435 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.66% from 435); Green value is 2 (1.17% from 255 or 0.46% from 435); Blue value is 217 (85.16% from 255 or 49.89% from 435); Max value from RGB is 217 - color contains mainly: blue. Hex color #D802D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D802D9 is #27FD26. Grayscale: #595959. Windows color (decimal): -2620711 or 14222040. OLE color: 14222040.
HSL color Cylindrical-coordinate representation of color #D802D9: hue angle of 299.72º 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 #D802D9 is Cyan = 0.00, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 2 | 217 | - |
| CMYK | 0.00 | 0.99 | 0 | 0.15 |
| HSL | 299.72º | 0.98% | 0.43% | - |
| HSV(B) | 299.72º | 0.99% | 0.85% | - |
| XYZ | 40.87 | 19.65 | 67.29 | - |
| YUV | 90.5 | 199.4 | 217.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 2 | 217 | 0.00 | 0.99 | 0 | 0.15 | 299.72 | 0.98 | 0.43 |
| Hex | D8 | 2 | D9 | 0 | 63 | 0 | F | 12C | 62 | 2B |
| Octal | 330 | 2 | 331 | 0 | 143 | 0 | 17 | 454 | 142 | 53 |
| Binary | 11011000 | 10 | 11011001 | 0 | 1100011 | 0 | 1111 | 100101100 | 1100010 | 101011 |
Color Harmonies of #D802D9
Complementary color
Monochromatic Colors of #D802D9
Black with #D802D9
Text Example
Text Example
White with #D802D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D802D9; }
p { color: rgb(216,2,217); }
H1.HeaderClassName
{
color: #D802D9;
}
.AnyTagClassName
{
color: #D802D9;
}
</style>
background-color css
<style>
a { background-color: #D802D9; }
a { background-color: rgb(216,2,217); }
div.DivClassName
{
background-color: #D802D9;
}
.BgClassName
{
background-color: #D802D9;
}
</style>
border-color css
<style>
span { border-color: #D802D9; }
span { border-color: rgb(216,2,217); }
td.TdClassName
{
border-color: #D802D9;
}
.TagClassName
{
border-color: #D802D9;
}
</style>