Shades of Deep Magenta #D700DF
Tints of Deep Magenta #D700DF
RGB
CMYK
RGB Variations
Color information
#D700DF (or 0xD700DF) is known color: Deep Magenta. HEX triplet: D7, 00 and DF. RGB value is (215,0,223). Sum of RGB (Red+Green+Blue) = 215+0+223=438 (58% of max value = 765). Red value is 215 (84.38% from 255 or 49.09% from 438); Green value is 0 (0.39% from 255 or 0% 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 #D700DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D700DF is #28FF20. Grayscale: #595959. Windows color (decimal): -2686753 or 14614743. OLE color: 14614743.
HSL color Cylindrical-coordinate representation of color #D700DF: hue angle of 297.85º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D700DF is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 0 | 223 | - |
| CMYK | 0.04 | 1 | 0 | 0.13 |
| HSL | 297.85º | 1% | 0.44% | - |
| HSV(B) | 297.85º | 1% | 0.87% | - |
| XYZ | 41.34 | 19.77 | 71.45 | - |
| YUV | 89.71 | 203.23 | 217.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 0 | 223 | 0.04 | 1 | 0 | 0.13 | 297.85 | 1 | 0.44 |
| Hex | D7 | 0 | DF | 4 | 64 | 0 | D | 12A | 64 | 2C |
| Octal | 327 | 0 | 337 | 4 | 144 | 0 | 15 | 452 | 144 | 54 |
| Binary | 11010111 | 0 | 11011111 | 100 | 1100100 | 0 | 1101 | 100101010 | 1100100 | 101100 |
Color Harmonies of #D700DF
Complementary color
Monochromatic Colors of #D700DF
Black with #D700DF
Text Example
Text Example
White with #D700DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D700DF; }
p { color: rgb(215,0,223); }
H1.HeaderClassName
{
color: #D700DF;
}
.AnyTagClassName
{
color: #D700DF;
}
</style>
background-color css
<style>
a { background-color: #D700DF; }
a { background-color: rgb(215,0,223); }
div.DivClassName
{
background-color: #D700DF;
}
.BgClassName
{
background-color: #D700DF;
}
</style>
border-color css
<style>
span { border-color: #D700DF; }
span { border-color: rgb(215,0,223); }
td.TdClassName
{
border-color: #D700DF;
}
.TagClassName
{
border-color: #D700DF;
}
</style>