Shades of Deep Magenta #D201DC
Tints of Deep Magenta #D201DC
RGB
CMYK
RGB Variations
Color information
#D201DC (or 0xD201DC) is known color: Deep Magenta. HEX triplet: D2, 01 and DC. RGB value is (210,1,220). Sum of RGB (Red+Green+Blue) = 210+1+220=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 1 (0.78% from 255 or 0.23% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #D201DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D201DC is #2DFE23. Grayscale: #575757. Windows color (decimal): -3014180 or 14418386. OLE color: 14418386.
HSL color Cylindrical-coordinate representation of color #D201DC: hue angle of 297.26º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D201DC is Cyan = 0.05, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 1 | 220 | - |
| CMYK | 0.05 | 1.00 | 0 | 0.14 |
| HSL | 297.26º | 0.99% | 0.43% | - |
| HSV(B) | 297.26º | 1% | 0.86% | - |
| XYZ | 39.51 | 18.89 | 69.27 | - |
| YUV | 88.46 | 202.24 | 214.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 1 | 220 | 0.05 | 1.00 | 0 | 0.14 | 297.26 | 0.99 | 0.43 |
| Hex | D2 | 1 | DC | 5 | 64 | 0 | E | 129 | 63 | 2B |
| Octal | 322 | 1 | 334 | 5 | 144 | 0 | 16 | 451 | 143 | 53 |
| Binary | 11010010 | 1 | 11011100 | 101 | 1100100 | 0 | 1110 | 100101001 | 1100011 | 101011 |
Color Harmonies of #D201DC
Complementary color
Monochromatic Colors of #D201DC
Black with #D201DC
Text Example
Text Example
White with #D201DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D201DC; }
p { color: rgb(210,1,220); }
H1.HeaderClassName
{
color: #D201DC;
}
.AnyTagClassName
{
color: #D201DC;
}
</style>
background-color css
<style>
a { background-color: #D201DC; }
a { background-color: rgb(210,1,220); }
div.DivClassName
{
background-color: #D201DC;
}
.BgClassName
{
background-color: #D201DC;
}
</style>
border-color css
<style>
span { border-color: #D201DC; }
span { border-color: rgb(210,1,220); }
td.TdClassName
{
border-color: #D201DC;
}
.TagClassName
{
border-color: #D201DC;
}
</style>