Shades of Deep Magenta #D701CE
Tints of Deep Magenta #D701CE
RGB
CMYK
RGB Variations
Color information
#D701CE (or 0xD701CE) is known color: Deep Magenta. HEX triplet: D7, 01 and CE. RGB value is (215,1,206). Sum of RGB (Red+Green+Blue) = 215+1+206=422 (55% of max value = 765). Red value is 215 (84.38% from 255 or 50.95% from 422); Green value is 1 (0.78% from 255 or 0.24% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 215 - color contains mainly: red. Hex color #D701CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D701CE is #28FE31. Grayscale: #575757. Windows color (decimal): -2686514 or 13500887. OLE color: 13500887.
HSL color Cylindrical-coordinate representation of color #D701CE: hue angle of 302.52º 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 #D701CE is Cyan = 0, Magento = 1.00, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 1 | 206 | - |
| CMYK | 0 | 1.00 | 0.04 | 0.16 |
| HSL | 302.52º | 0.99% | 0.42% | - |
| HSV(B) | 302.52º | 1% | 0.84% | - |
| XYZ | 39.18 | 18.93 | 59.98 | - |
| YUV | 88.36 | 194.4 | 218.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 206 | 0 | 1.00 | 0.04 | 0.16 | 302.52 | 0.99 | 0.42 |
| Hex | D7 | 1 | CE | 0 | 64 | 4 | 10 | 12F | 63 | 2A |
| Octal | 327 | 1 | 316 | 0 | 144 | 4 | 20 | 457 | 143 | 52 |
| Binary | 11010111 | 1 | 11001110 | 0 | 1100100 | 100 | 10000 | 100101111 | 1100011 | 101010 |
Color Harmonies of #D701CE
Complementary color
Monochromatic Colors of #D701CE
Black with #D701CE
Text Example
Text Example
White with #D701CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D701CE; }
p { color: rgb(215,1,206); }
H1.HeaderClassName
{
color: #D701CE;
}
.AnyTagClassName
{
color: #D701CE;
}
</style>
background-color css
<style>
a { background-color: #D701CE; }
a { background-color: rgb(215,1,206); }
div.DivClassName
{
background-color: #D701CE;
}
.BgClassName
{
background-color: #D701CE;
}
</style>
border-color css
<style>
span { border-color: #D701CE; }
span { border-color: rgb(215,1,206); }
td.TdClassName
{
border-color: #D701CE;
}
.TagClassName
{
border-color: #D701CE;
}
</style>