Shades of Deep Magenta #D100DF
Tints of Deep Magenta #D100DF
RGB
CMYK
RGB Variations
Color information
#D100DF (or 0xD100DF) is known color: Deep Magenta. HEX triplet: D1, 00 and DF. RGB value is (209,0,223). Sum of RGB (Red+Green+Blue) = 209+0+223=432 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.38% from 432); Green value is 0 (0.39% from 255 or 0% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #D100DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D100DF is #2EFF20. Grayscale: #575757. Windows color (decimal): -3079969 or 14614737. OLE color: 14614737.
HSL color Cylindrical-coordinate representation of color #D100DF: hue angle of 296.23º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D100DF is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 0 | 223 | - |
| CMYK | 0.06 | 1 | 0 | 0.13 |
| HSL | 296.23º | 1% | 0.44% | - |
| HSV(B) | 296.23º | 1% | 0.87% | - |
| XYZ | 39.61 | 18.88 | 71.37 | - |
| YUV | 87.91 | 204.24 | 214.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 0 | 223 | 0.06 | 1 | 0 | 0.13 | 296.23 | 1 | 0.44 |
| Hex | D1 | 0 | DF | 6 | 64 | 0 | D | 128 | 64 | 2C |
| Octal | 321 | 0 | 337 | 6 | 144 | 0 | 15 | 450 | 144 | 54 |
| Binary | 11010001 | 0 | 11011111 | 110 | 1100100 | 0 | 1101 | 100101000 | 1100100 | 101100 |
Color Harmonies of #D100DF
Complementary color
Monochromatic Colors of #D100DF
Black with #D100DF
Text Example
Text Example
White with #D100DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D100DF; }
p { color: rgb(209,0,223); }
H1.HeaderClassName
{
color: #D100DF;
}
.AnyTagClassName
{
color: #D100DF;
}
</style>
background-color css
<style>
a { background-color: #D100DF; }
a { background-color: rgb(209,0,223); }
div.DivClassName
{
background-color: #D100DF;
}
.BgClassName
{
background-color: #D100DF;
}
</style>
border-color css
<style>
span { border-color: #D100DF; }
span { border-color: rgb(209,0,223); }
td.TdClassName
{
border-color: #D100DF;
}
.TagClassName
{
border-color: #D100DF;
}
</style>