Shades of Deep Magenta #D201CE
Tints of Deep Magenta #D201CE
RGB
CMYK
RGB Variations
Color information
#D201CE (or 0xD201CE) is known color: Deep Magenta. HEX triplet: D2, 01 and CE. RGB value is (210,1,206). Sum of RGB (Red+Green+Blue) = 210+1+206=417 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.36% from 417); Green value is 1 (0.78% from 255 or 0.24% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 210 - color contains mainly: red. Hex color #D201CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D201CE is #2DFE31. Grayscale: #565656. Windows color (decimal): -3014194 or 13500882. OLE color: 13500882.
HSL color Cylindrical-coordinate representation of color #D201CE: hue angle of 301.15º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D201CE is Cyan = 0, Magento = 1.00, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 1 | 206 | - |
| CMYK | 0 | 1.00 | 0.02 | 0.18 |
| HSL | 301.15º | 0.99% | 0.41% | - |
| HSV(B) | 301.15º | 1% | 0.82% | - |
| XYZ | 37.73 | 18.18 | 59.91 | - |
| YUV | 86.86 | 195.24 | 215.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 1 | 206 | 0 | 1.00 | 0.02 | 0.18 | 301.15 | 0.99 | 0.41 |
| Hex | D2 | 1 | CE | 0 | 64 | 2 | 12 | 12D | 63 | 29 |
| Octal | 322 | 1 | 316 | 0 | 144 | 2 | 22 | 455 | 143 | 51 |
| Binary | 11010010 | 1 | 11001110 | 0 | 1100100 | 10 | 10010 | 100101101 | 1100011 | 101001 |
Color Harmonies of #D201CE
Complementary color
Monochromatic Colors of #D201CE
Black with #D201CE
Text Example
Text Example
White with #D201CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D201CE; }
p { color: rgb(210,1,206); }
H1.HeaderClassName
{
color: #D201CE;
}
.AnyTagClassName
{
color: #D201CE;
}
</style>
background-color css
<style>
a { background-color: #D201CE; }
a { background-color: rgb(210,1,206); }
div.DivClassName
{
background-color: #D201CE;
}
.BgClassName
{
background-color: #D201CE;
}
</style>
border-color css
<style>
span { border-color: #D201CE; }
span { border-color: rgb(210,1,206); }
td.TdClassName
{
border-color: #D201CE;
}
.TagClassName
{
border-color: #D201CE;
}
</style>