Shades of Deep Magenta #D100DC
Tints of Deep Magenta #D100DC
RGB
CMYK
RGB Variations
Color information
#D100DC (or 0xD100DC) is known color: Deep Magenta. HEX triplet: D1, 00 and DC. RGB value is (209,0,220). Sum of RGB (Red+Green+Blue) = 209+0+220=429 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.72% from 429); Green value is 0 (0.39% from 255 or 0% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #D100DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D100DC is #2EFF23. Grayscale: #565656. Windows color (decimal): -3079972 or 14418129. OLE color: 14418129.
HSL color Cylindrical-coordinate representation of color #D100DC: hue angle of 297º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D100DC is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 0 | 220 | - |
| CMYK | 0.05 | 1 | 0 | 0.14 |
| HSL | 297º | 1% | 0.43% | - |
| HSV(B) | 297º | 1% | 0.86% | - |
| XYZ | 39.21 | 18.72 | 69.26 | - |
| YUV | 87.57 | 202.74 | 214.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 0 | 220 | 0.05 | 1 | 0 | 0.14 | 297 | 1 | 0.43 |
| Hex | D1 | 0 | DC | 5 | 64 | 0 | E | 129 | 64 | 2B |
| Octal | 321 | 0 | 334 | 5 | 144 | 0 | 16 | 451 | 144 | 53 |
| Binary | 11010001 | 0 | 11011100 | 101 | 1100100 | 0 | 1110 | 100101001 | 1100100 | 101011 |
Color Harmonies of #D100DC
Complementary color
Monochromatic Colors of #D100DC
Black with #D100DC
Text Example
Text Example
White with #D100DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D100DC; }
p { color: rgb(209,0,220); }
H1.HeaderClassName
{
color: #D100DC;
}
.AnyTagClassName
{
color: #D100DC;
}
</style>
background-color css
<style>
a { background-color: #D100DC; }
a { background-color: rgb(209,0,220); }
div.DivClassName
{
background-color: #D100DC;
}
.BgClassName
{
background-color: #D100DC;
}
</style>
border-color css
<style>
span { border-color: #D100DC; }
span { border-color: rgb(209,0,220); }
td.TdClassName
{
border-color: #D100DC;
}
.TagClassName
{
border-color: #D100DC;
}
</style>