Shades of Deep Magenta #D207DF
Tints of Deep Magenta #D207DF
RGB
CMYK
RGB Variations
Color information
#D207DF (or 0xD207DF) is known color: Deep Magenta. HEX triplet: D2, 07 and DF. RGB value is (210,7,223). Sum of RGB (Red+Green+Blue) = 210+7+223=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 7 (3.12% from 255 or 1.59% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #D207DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D207DF is #2DF820. Grayscale: #5B5B5B. Windows color (decimal): -3012641 or 14616530. OLE color: 14616530.
HSL color Cylindrical-coordinate representation of color #D207DF: hue angle of 296.39º 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 #D207DF is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 7 | 223 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.13 |
| HSL | 296.39º | 0.94% | 0.45% | - |
| HSV(B) | 296.39º | 0.97% | 0.87% | - |
| XYZ | 39.97 | 19.18 | 71.41 | - |
| YUV | 92.32 | 201.75 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 7 | 223 | 0.06 | 0.97 | 0 | 0.13 | 296.39 | 0.94 | 0.45 |
| Hex | D2 | 7 | DF | 6 | 61 | 0 | D | 128 | 5E | 2D |
| Octal | 322 | 7 | 337 | 6 | 141 | 0 | 15 | 450 | 136 | 55 |
| Binary | 11010010 | 111 | 11011111 | 110 | 1100001 | 0 | 1101 | 100101000 | 1011110 | 101101 |
Color Harmonies of #D207DF
Complementary color
Monochromatic Colors of #D207DF
Black with #D207DF
Text Example
Text Example
White with #D207DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D207DF; }
p { color: rgb(210,7,223); }
H1.HeaderClassName
{
color: #D207DF;
}
.AnyTagClassName
{
color: #D207DF;
}
</style>
background-color css
<style>
a { background-color: #D207DF; }
a { background-color: rgb(210,7,223); }
div.DivClassName
{
background-color: #D207DF;
}
.BgClassName
{
background-color: #D207DF;
}
</style>
border-color css
<style>
span { border-color: #D207DF; }
span { border-color: rgb(210,7,223); }
td.TdClassName
{
border-color: #D207DF;
}
.TagClassName
{
border-color: #D207DF;
}
</style>