Shades of Deep Magenta #D700D4
Tints of Deep Magenta #D700D4
RGB
CMYK
RGB Variations
Color information
#D700D4 (or 0xD700D4) is known color: Deep Magenta. HEX triplet: D7, 00 and D4. RGB value is (215,0,212). Sum of RGB (Red+Green+Blue) = 215+0+212=427 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.35% from 427); Green value is 0 (0.39% from 255 or 0% from 427); Blue value is 212 (83.20% from 255 or 49.65% from 427); Max value from RGB is 215 - color contains mainly: red. Hex color #D700D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D700D4 is #28FF2B. Grayscale: #575757. Windows color (decimal): -2686764 or 13893847. OLE color: 13893847.
HSL color Cylindrical-coordinate representation of color #D700D4: hue angle of 300.84º 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 #D700D4 is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 0 | 212 | - |
| CMYK | 0 | 1 | 0.01 | 0.16 |
| HSL | 300.84º | 1% | 0.42% | - |
| HSV(B) | 300.84º | 1% | 0.84% | - |
| XYZ | 39.91 | 19.2 | 63.89 | - |
| YUV | 88.45 | 197.73 | 218.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 0 | 212 | 0 | 1 | 0.01 | 0.16 | 300.84 | 1 | 0.42 |
| Hex | D7 | 0 | D4 | 0 | 64 | 1 | 10 | 12D | 64 | 2A |
| Octal | 327 | 0 | 324 | 0 | 144 | 1 | 20 | 455 | 144 | 52 |
| Binary | 11010111 | 0 | 11010100 | 0 | 1100100 | 1 | 10000 | 100101101 | 1100100 | 101010 |
Color Harmonies of #D700D4
Complementary color
Monochromatic Colors of #D700D4
Black with #D700D4
Text Example
Text Example
White with #D700D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D700D4; }
p { color: rgb(215,0,212); }
H1.HeaderClassName
{
color: #D700D4;
}
.AnyTagClassName
{
color: #D700D4;
}
</style>
background-color css
<style>
a { background-color: #D700D4; }
a { background-color: rgb(215,0,212); }
div.DivClassName
{
background-color: #D700D4;
}
.BgClassName
{
background-color: #D700D4;
}
</style>
border-color css
<style>
span { border-color: #D700D4; }
span { border-color: rgb(215,0,212); }
td.TdClassName
{
border-color: #D700D4;
}
.TagClassName
{
border-color: #D700D4;
}
</style>