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