Shades of Deep Magenta #D806DF
Tints of Deep Magenta #D806DF
RGB
CMYK
RGB Variations
Color information
#D806DF (or 0xD806DF) is known color: Deep Magenta. HEX triplet: D8, 06 and DF. RGB value is (216,6,223). Sum of RGB (Red+Green+Blue) = 216+6+223=445 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.54% from 445); Green value is 6 (2.73% from 255 or 1.35% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #D806DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D806DF is #27F920. Grayscale: #5C5C5C. Windows color (decimal): -2619681 or 14616280. OLE color: 14616280.
HSL color Cylindrical-coordinate representation of color #D806DF: hue angle of 298.06º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D806DF is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 6 | 223 | - |
| CMYK | 0.03 | 0.97 | 0 | 0.13 |
| HSL | 298.06º | 0.95% | 0.45% | - |
| HSV(B) | 298.06º | 0.97% | 0.87% | - |
| XYZ | 41.7 | 20.06 | 71.49 | - |
| YUV | 93.53 | 201.07 | 215.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 6 | 223 | 0.03 | 0.97 | 0 | 0.13 | 298.06 | 0.95 | 0.45 |
| Hex | D8 | 6 | DF | 3 | 61 | 0 | D | 12A | 5F | 2D |
| Octal | 330 | 6 | 337 | 3 | 141 | 0 | 15 | 452 | 137 | 55 |
| Binary | 11011000 | 110 | 11011111 | 11 | 1100001 | 0 | 1101 | 100101010 | 1011111 | 101101 |
Color Harmonies of #D806DF
Complementary color
Monochromatic Colors of #D806DF
Black with #D806DF
Text Example
Text Example
White with #D806DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D806DF; }
p { color: rgb(216,6,223); }
H1.HeaderClassName
{
color: #D806DF;
}
.AnyTagClassName
{
color: #D806DF;
}
</style>
background-color css
<style>
a { background-color: #D806DF; }
a { background-color: rgb(216,6,223); }
div.DivClassName
{
background-color: #D806DF;
}
.BgClassName
{
background-color: #D806DF;
}
</style>
border-color css
<style>
span { border-color: #D806DF; }
span { border-color: rgb(216,6,223); }
td.TdClassName
{
border-color: #D806DF;
}
.TagClassName
{
border-color: #D806DF;
}
</style>