Shades of Deep Magenta #D201DE
Tints of Deep Magenta #D201DE
RGB
CMYK
RGB Variations
Color information
#D201DE (or 0xD201DE) is known color: Deep Magenta. HEX triplet: D2, 01 and DE. RGB value is (210,1,222). Sum of RGB (Red+Green+Blue) = 210+1+222=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 1 (0.78% from 255 or 0.23% from 433); Blue value is 222 (87.11% from 255 or 51.27% from 433); Max value from RGB is 222 - color contains mainly: blue. Hex color #D201DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D201DE is #2DFE21. Grayscale: #585858. Windows color (decimal): -3014178 or 14549458. OLE color: 14549458.
HSL color Cylindrical-coordinate representation of color #D201DE: hue angle of 296.74º 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 #D201DE is Cyan = 0.05, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 1 | 222 | - |
| CMYK | 0.05 | 1.00 | 0 | 0.13 |
| HSL | 296.74º | 0.99% | 0.44% | - |
| HSV(B) | 296.74º | 1% | 0.87% | - |
| XYZ | 39.77 | 19 | 70.68 | - |
| YUV | 88.69 | 203.24 | 214.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 1 | 222 | 0.05 | 1.00 | 0 | 0.13 | 296.74 | 0.99 | 0.44 |
| Hex | D2 | 1 | DE | 5 | 64 | 0 | D | 129 | 63 | 2C |
| Octal | 322 | 1 | 336 | 5 | 144 | 0 | 15 | 451 | 143 | 54 |
| Binary | 11010010 | 1 | 11011110 | 101 | 1100100 | 0 | 1101 | 100101001 | 1100011 | 101100 |
Color Harmonies of #D201DE
Complementary color
Monochromatic Colors of #D201DE
Black with #D201DE
Text Example
Text Example
White with #D201DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D201DE; }
p { color: rgb(210,1,222); }
H1.HeaderClassName
{
color: #D201DE;
}
.AnyTagClassName
{
color: #D201DE;
}
</style>
background-color css
<style>
a { background-color: #D201DE; }
a { background-color: rgb(210,1,222); }
div.DivClassName
{
background-color: #D201DE;
}
.BgClassName
{
background-color: #D201DE;
}
</style>
border-color css
<style>
span { border-color: #D201DE; }
span { border-color: rgb(210,1,222); }
td.TdClassName
{
border-color: #D201DE;
}
.TagClassName
{
border-color: #D201DE;
}
</style>