Shades of Deep Magenta #D802DF
Tints of Deep Magenta #D802DF
RGB
CMYK
RGB Variations
Color information
#D802DF (or 0xD802DF) is known color: Deep Magenta. HEX triplet: D8, 02 and DF. RGB value is (216,2,223). Sum of RGB (Red+Green+Blue) = 216+2+223=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 2 (1.17% from 255 or 0.45% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #D802DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D802DF is #27FD20. Grayscale: #5A5A5A. Windows color (decimal): -2620705 or 14615256. OLE color: 14615256.
HSL color Cylindrical-coordinate representation of color #D802DF: hue angle of 298.1º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D802DF is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 2 | 223 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.13 |
| HSL | 298.1º | 0.98% | 0.44% | - |
| HSV(B) | 298.1º | 0.99% | 0.87% | - |
| XYZ | 41.66 | 19.97 | 71.47 | - |
| YUV | 91.18 | 202.4 | 217.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 2 | 223 | 0.03 | 0.99 | 0 | 0.13 | 298.1 | 0.98 | 0.44 |
| Hex | D8 | 2 | DF | 3 | 63 | 0 | D | 12A | 62 | 2C |
| Octal | 330 | 2 | 337 | 3 | 143 | 0 | 15 | 452 | 142 | 54 |
| Binary | 11011000 | 10 | 11011111 | 11 | 1100011 | 0 | 1101 | 100101010 | 1100010 | 101100 |
Color Harmonies of #D802DF
Complementary color
Monochromatic Colors of #D802DF
Black with #D802DF
Text Example
Text Example
White with #D802DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D802DF; }
p { color: rgb(216,2,223); }
H1.HeaderClassName
{
color: #D802DF;
}
.AnyTagClassName
{
color: #D802DF;
}
</style>
background-color css
<style>
a { background-color: #D802DF; }
a { background-color: rgb(216,2,223); }
div.DivClassName
{
background-color: #D802DF;
}
.BgClassName
{
background-color: #D802DF;
}
</style>
border-color css
<style>
span { border-color: #D802DF; }
span { border-color: rgb(216,2,223); }
td.TdClassName
{
border-color: #D802DF;
}
.TagClassName
{
border-color: #D802DF;
}
</style>