Shades of Deep Magenta #D700D6
Tints of Deep Magenta #D700D6
RGB
CMYK
RGB Variations
Color information
#D700D6 (or 0xD700D6) is known color: Deep Magenta. HEX triplet: D7, 00 and D6. RGB value is (215,0,214). Sum of RGB (Red+Green+Blue) = 215+0+214=429 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.12% from 429); Green value is 0 (0.39% from 255 or 0% from 429); Blue value is 214 (83.98% from 255 or 49.88% from 429); Max value from RGB is 215 - color contains mainly: red. Hex color #D700D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D700D6 is #28FF29. Grayscale: #585858. Windows color (decimal): -2686762 or 14024919. OLE color: 14024919.
HSL color Cylindrical-coordinate representation of color #D700D6: hue angle of 300.28º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D700D6 is Cyan = 0, Magento = 1, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 0 | 214 | - |
| CMYK | 0 | 1 | 0.00 | 0.16 |
| HSL | 300.28º | 1% | 0.42% | - |
| HSV(B) | 300.28º | 1% | 0.84% | - |
| XYZ | 40.16 | 19.3 | 65.23 | - |
| YUV | 88.68 | 198.73 | 218.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 0 | 214 | 0 | 1 | 0.00 | 0.16 | 300.28 | 1 | 0.42 |
| Hex | D7 | 0 | D6 | 0 | 64 | 0 | 10 | 12C | 64 | 2A |
| Octal | 327 | 0 | 326 | 0 | 144 | 0 | 20 | 454 | 144 | 52 |
| Binary | 11010111 | 0 | 11010110 | 0 | 1100100 | 0 | 10000 | 100101100 | 1100100 | 101010 |
Color Harmonies of #D700D6
Complementary color
Monochromatic Colors of #D700D6
Black with #D700D6
Text Example
Text Example
White with #D700D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D700D6; }
p { color: rgb(215,0,214); }
H1.HeaderClassName
{
color: #D700D6;
}
.AnyTagClassName
{
color: #D700D6;
}
</style>
background-color css
<style>
a { background-color: #D700D6; }
a { background-color: rgb(215,0,214); }
div.DivClassName
{
background-color: #D700D6;
}
.BgClassName
{
background-color: #D700D6;
}
</style>
border-color css
<style>
span { border-color: #D700D6; }
span { border-color: rgb(215,0,214); }
td.TdClassName
{
border-color: #D700D6;
}
.TagClassName
{
border-color: #D700D6;
}
</style>