Shades of Deep Magenta #D007DF
Tints of Deep Magenta #D007DF
RGB
CMYK
RGB Variations
Color information
#D007DF (or 0xD007DF) is known color: Deep Magenta. HEX triplet: D0, 07 and DF. RGB value is (208,7,223). Sum of RGB (Red+Green+Blue) = 208+7+223=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 7 (3.12% from 255 or 1.60% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #D007DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D007DF is #2FF820. Grayscale: #5B5B5B. Windows color (decimal): -3143713 or 14616528. OLE color: 14616528.
HSL color Cylindrical-coordinate representation of color #D007DF: hue angle of 295.83º degrees, saturation: 0.94, 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 #D007DF is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 7 | 223 | - |
| CMYK | 0.07 | 0.97 | 0 | 0.13 |
| HSL | 295.83º | 0.94% | 0.45% | - |
| HSV(B) | 295.83º | 0.97% | 0.87% | - |
| XYZ | 39.41 | 18.89 | 71.38 | - |
| YUV | 91.72 | 202.09 | 210.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 7 | 223 | 0.07 | 0.97 | 0 | 0.13 | 295.83 | 0.94 | 0.45 |
| Hex | D0 | 7 | DF | 7 | 61 | 0 | D | 128 | 5E | 2D |
| Octal | 320 | 7 | 337 | 7 | 141 | 0 | 15 | 450 | 136 | 55 |
| Binary | 11010000 | 111 | 11011111 | 111 | 1100001 | 0 | 1101 | 100101000 | 1011110 | 101101 |
Color Harmonies of #D007DF
Complementary color
Monochromatic Colors of #D007DF
Black with #D007DF
Text Example
Text Example
White with #D007DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D007DF; }
p { color: rgb(208,7,223); }
H1.HeaderClassName
{
color: #D007DF;
}
.AnyTagClassName
{
color: #D007DF;
}
</style>
background-color css
<style>
a { background-color: #D007DF; }
a { background-color: rgb(208,7,223); }
div.DivClassName
{
background-color: #D007DF;
}
.BgClassName
{
background-color: #D007DF;
}
</style>
border-color css
<style>
span { border-color: #D007DF; }
span { border-color: rgb(208,7,223); }
td.TdClassName
{
border-color: #D007DF;
}
.TagClassName
{
border-color: #D007DF;
}
</style>