Shades of Deep Magenta #D100D8
Tints of Deep Magenta #D100D8
RGB
CMYK
RGB Variations
Color information
#D100D8 (or 0xD100D8) is known color: Deep Magenta. HEX triplet: D1, 00 and D8. RGB value is (209,0,216). Sum of RGB (Red+Green+Blue) = 209+0+216=425 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.18% from 425); Green value is 0 (0.39% from 255 or 0% from 425); Blue value is 216 (84.77% from 255 or 50.82% from 425); Max value from RGB is 216 - color contains mainly: blue. Hex color #D100D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D100D8 is #2EFF27. Grayscale: #565656. Windows color (decimal): -3079976 or 14155985. OLE color: 14155985.
HSL color Cylindrical-coordinate representation of color #D100D8: hue angle of 298.06º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D100D8 is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 0 | 216 | - |
| CMYK | 0.03 | 1 | 0 | 0.15 |
| HSL | 298.06º | 1% | 0.42% | - |
| HSV(B) | 298.06º | 1% | 0.85% | - |
| XYZ | 38.69 | 18.51 | 66.5 | - |
| YUV | 87.12 | 200.74 | 214.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 0 | 216 | 0.03 | 1 | 0 | 0.15 | 298.06 | 1 | 0.42 |
| Hex | D1 | 0 | D8 | 3 | 64 | 0 | F | 12A | 64 | 2A |
| Octal | 321 | 0 | 330 | 3 | 144 | 0 | 17 | 452 | 144 | 52 |
| Binary | 11010001 | 0 | 11011000 | 11 | 1100100 | 0 | 1111 | 100101010 | 1100100 | 101010 |
Color Harmonies of #D100D8
Complementary color
Monochromatic Colors of #D100D8
Black with #D100D8
Text Example
Text Example
White with #D100D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D100D8; }
p { color: rgb(209,0,216); }
H1.HeaderClassName
{
color: #D100D8;
}
.AnyTagClassName
{
color: #D100D8;
}
</style>
background-color css
<style>
a { background-color: #D100D8; }
a { background-color: rgb(209,0,216); }
div.DivClassName
{
background-color: #D100D8;
}
.BgClassName
{
background-color: #D100D8;
}
</style>
border-color css
<style>
span { border-color: #D100D8; }
span { border-color: rgb(209,0,216); }
td.TdClassName
{
border-color: #D100D8;
}
.TagClassName
{
border-color: #D100D8;
}
</style>