Shades of Deep Magenta #D006DF
Tints of Deep Magenta #D006DF
RGB
CMYK
RGB Variations
Color information
#D006DF (or 0xD006DF) is known color: Deep Magenta. HEX triplet: D0, 06 and DF. RGB value is (208,6,223). Sum of RGB (Red+Green+Blue) = 208+6+223=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 6 (2.73% from 255 or 1.37% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #D006DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D006DF is #2FF920. Grayscale: #5A5A5A. Windows color (decimal): -3143969 or 14616272. OLE color: 14616272.
HSL color Cylindrical-coordinate representation of color #D006DF: hue angle of 295.85º 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 #D006DF is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 6 | 223 | - |
| CMYK | 0.07 | 0.97 | 0 | 0.13 |
| HSL | 295.85º | 0.95% | 0.45% | - |
| HSV(B) | 295.85º | 0.97% | 0.87% | - |
| XYZ | 39.4 | 18.87 | 71.38 | - |
| YUV | 91.14 | 202.42 | 211.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 6 | 223 | 0.07 | 0.97 | 0 | 0.13 | 295.85 | 0.95 | 0.45 |
| Hex | D0 | 6 | DF | 7 | 61 | 0 | D | 128 | 5F | 2D |
| Octal | 320 | 6 | 337 | 7 | 141 | 0 | 15 | 450 | 137 | 55 |
| Binary | 11010000 | 110 | 11011111 | 111 | 1100001 | 0 | 1101 | 100101000 | 1011111 | 101101 |
Color Harmonies of #D006DF
Complementary color
Monochromatic Colors of #D006DF
Black with #D006DF
Text Example
Text Example
White with #D006DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D006DF; }
p { color: rgb(208,6,223); }
H1.HeaderClassName
{
color: #D006DF;
}
.AnyTagClassName
{
color: #D006DF;
}
</style>
background-color css
<style>
a { background-color: #D006DF; }
a { background-color: rgb(208,6,223); }
div.DivClassName
{
background-color: #D006DF;
}
.BgClassName
{
background-color: #D006DF;
}
</style>
border-color css
<style>
span { border-color: #D006DF; }
span { border-color: rgb(208,6,223); }
td.TdClassName
{
border-color: #D006DF;
}
.TagClassName
{
border-color: #D006DF;
}
</style>