Shades of Deep Magenta #D802D0
Tints of Deep Magenta #D802D0
RGB
CMYK
RGB Variations
Color information
#D802D0 (or 0xD802D0) is known color: Deep Magenta. HEX triplet: D8, 02 and D0. RGB value is (216,2,208). Sum of RGB (Red+Green+Blue) = 216+2+208=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 2 (1.17% from 255 or 0.47% from 426); Blue value is 208 (81.64% from 255 or 48.83% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D802D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D802D0 is #27FD2F. Grayscale: #585858. Windows color (decimal): -2620720 or 13632216. OLE color: 13632216.
HSL color Cylindrical-coordinate representation of color #D802D0: hue angle of 302.24º 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 #D802D0 is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 2 | 208 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.15 |
| HSL | 302.24º | 0.98% | 0.43% | - |
| HSV(B) | 302.24º | 0.99% | 0.85% | - |
| XYZ | 39.73 | 19.2 | 61.29 | - |
| YUV | 89.47 | 194.9 | 218.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 2 | 208 | 0 | 0.99 | 0.04 | 0.15 | 302.24 | 0.98 | 0.43 |
| Hex | D8 | 2 | D0 | 0 | 63 | 4 | F | 12E | 62 | 2B |
| Octal | 330 | 2 | 320 | 0 | 143 | 4 | 17 | 456 | 142 | 53 |
| Binary | 11011000 | 10 | 11010000 | 0 | 1100011 | 100 | 1111 | 100101110 | 1100010 | 101011 |
Color Harmonies of #D802D0
Complementary color
Monochromatic Colors of #D802D0
Black with #D802D0
Text Example
Text Example
White with #D802D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D802D0; }
p { color: rgb(216,2,208); }
H1.HeaderClassName
{
color: #D802D0;
}
.AnyTagClassName
{
color: #D802D0;
}
</style>
background-color css
<style>
a { background-color: #D802D0; }
a { background-color: rgb(216,2,208); }
div.DivClassName
{
background-color: #D802D0;
}
.BgClassName
{
background-color: #D802D0;
}
</style>
border-color css
<style>
span { border-color: #D802D0; }
span { border-color: rgb(216,2,208); }
td.TdClassName
{
border-color: #D802D0;
}
.TagClassName
{
border-color: #D802D0;
}
</style>