Shades of Deep Magenta #D100D3
Tints of Deep Magenta #D100D3
RGB
CMYK
RGB Variations
Color information
#D100D3 (or 0xD100D3) is known color: Deep Magenta. HEX triplet: D1, 00 and D3. RGB value is (209,0,211). Sum of RGB (Red+Green+Blue) = 209+0+211=420 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.76% from 420); Green value is 0 (0.39% from 255 or 0% from 420); Blue value is 211 (82.81% from 255 or 50.24% from 420); Max value from RGB is 211 - color contains mainly: blue. Hex color #D100D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D100D3 is #2EFF2C. Grayscale: #555555. Windows color (decimal): -3079981 or 13828305. OLE color: 13828305.
HSL color Cylindrical-coordinate representation of color #D100D3: hue angle of 299.43º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D100D3 is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 209 | 0 | 211 | - |
| CMYK | 0.01 | 1 | 0 | 0.17 |
| HSL | 299.43º | 1% | 0.41% | - |
| HSV(B) | 299.43º | 1% | 0.83% | - |
| XYZ | 38.05 | 18.26 | 63.15 | - |
| YUV | 86.55 | 198.24 | 215.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 0 | 211 | 0.01 | 1 | 0 | 0.17 | 299.43 | 1 | 0.41 |
| Hex | D1 | 0 | D3 | 1 | 64 | 0 | 11 | 12B | 64 | 29 |
| Octal | 321 | 0 | 323 | 1 | 144 | 0 | 21 | 453 | 144 | 51 |
| Binary | 11010001 | 0 | 11010011 | 1 | 1100100 | 0 | 10001 | 100101011 | 1100100 | 101001 |
Color Harmonies of #D100D3
Complementary color
Monochromatic Colors of #D100D3
Black with #D100D3
Text Example
Text Example
White with #D100D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D100D3; }
p { color: rgb(209,0,211); }
H1.HeaderClassName
{
color: #D100D3;
}
.AnyTagClassName
{
color: #D100D3;
}
</style>
background-color css
<style>
a { background-color: #D100D3; }
a { background-color: rgb(209,0,211); }
div.DivClassName
{
background-color: #D100D3;
}
.BgClassName
{
background-color: #D100D3;
}
</style>
border-color css
<style>
span { border-color: #D100D3; }
span { border-color: rgb(209,0,211); }
td.TdClassName
{
border-color: #D100D3;
}
.TagClassName
{
border-color: #D100D3;
}
</style>