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