Shades of Deep Magenta #D701DD
Tints of Deep Magenta #D701DD
RGB
CMYK
RGB Variations
Color information
#D701DD (or 0xD701DD) is known color: Deep Magenta. HEX triplet: D7, 01 and DD. RGB value is (215,1,221). Sum of RGB (Red+Green+Blue) = 215+1+221=437 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.20% from 437); Green value is 1 (0.78% from 255 or 0.23% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #D701DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D701DD is #28FE22. Grayscale: #595959. Windows color (decimal): -2686499 or 14483927. OLE color: 14483927.
HSL color Cylindrical-coordinate representation of color #D701DD: hue angle of 298.36º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D701DD is Cyan = 0.03, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 1 | 221 | - |
| CMYK | 0.03 | 1.00 | 0 | 0.13 |
| HSL | 298.36º | 0.99% | 0.44% | - |
| HSV(B) | 298.36º | 1% | 0.87% | - |
| XYZ | 41.09 | 19.69 | 70.04 | - |
| YUV | 90.07 | 201.9 | 217.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 221 | 0.03 | 1.00 | 0 | 0.13 | 298.36 | 0.99 | 0.44 |
| Hex | D7 | 1 | DD | 3 | 64 | 0 | D | 12A | 63 | 2C |
| Octal | 327 | 1 | 335 | 3 | 144 | 0 | 15 | 452 | 143 | 54 |
| Binary | 11010111 | 1 | 11011101 | 11 | 1100100 | 0 | 1101 | 100101010 | 1100011 | 101100 |
Color Harmonies of #D701DD
Complementary color
Monochromatic Colors of #D701DD
Black with #D701DD
Text Example
Text Example
White with #D701DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D701DD; }
p { color: rgb(215,1,221); }
H1.HeaderClassName
{
color: #D701DD;
}
.AnyTagClassName
{
color: #D701DD;
}
</style>
background-color css
<style>
a { background-color: #D701DD; }
a { background-color: rgb(215,1,221); }
div.DivClassName
{
background-color: #D701DD;
}
.BgClassName
{
background-color: #D701DD;
}
</style>
border-color css
<style>
span { border-color: #D701DD; }
span { border-color: rgb(215,1,221); }
td.TdClassName
{
border-color: #D701DD;
}
.TagClassName
{
border-color: #D701DD;
}
</style>