Shades of Deep Magenta #D101C9
Tints of Deep Magenta #D101C9
RGB
CMYK
RGB Variations
Color information
#D101C9 (or 0xD101C9) is known color: Deep Magenta. HEX triplet: D1, 01 and C9. RGB value is (209,1,201). Sum of RGB (Red+Green+Blue) = 209+1+201=411 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.85% from 411); Green value is 1 (0.78% from 255 or 0.24% from 411); Blue value is 201 (78.91% from 255 or 48.91% from 411); Max value from RGB is 209 - color contains mainly: red. Hex color #D101C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D101C9 is #2EFE36. Grayscale: #555555. Windows color (decimal): -3079735 or 13173201. OLE color: 13173201.
HSL color Cylindrical-coordinate representation of color #D101C9: hue angle of 302.31º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D101C9 is Cyan = 0, Magento = 1.00, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 1 | 201 | - |
| CMYK | 0 | 1.00 | 0.04 | 0.18 |
| HSL | 302.31º | 0.99% | 0.41% | - |
| HSV(B) | 302.31º | 1% | 0.82% | - |
| XYZ | 36.85 | 17.79 | 56.75 | - |
| YUV | 85.99 | 192.91 | 215.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 1 | 201 | 0 | 1.00 | 0.04 | 0.18 | 302.31 | 0.99 | 0.41 |
| Hex | D1 | 1 | C9 | 0 | 64 | 4 | 12 | 12E | 63 | 29 |
| Octal | 321 | 1 | 311 | 0 | 144 | 4 | 22 | 456 | 143 | 51 |
| Binary | 11010001 | 1 | 11001001 | 0 | 1100100 | 100 | 10010 | 100101110 | 1100011 | 101001 |
Color Harmonies of #D101C9
Complementary color
Monochromatic Colors of #D101C9
Black with #D101C9
Text Example
Text Example
White with #D101C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D101C9; }
p { color: rgb(209,1,201); }
H1.HeaderClassName
{
color: #D101C9;
}
.AnyTagClassName
{
color: #D101C9;
}
</style>
background-color css
<style>
a { background-color: #D101C9; }
a { background-color: rgb(209,1,201); }
div.DivClassName
{
background-color: #D101C9;
}
.BgClassName
{
background-color: #D101C9;
}
</style>
border-color css
<style>
span { border-color: #D101C9; }
span { border-color: rgb(209,1,201); }
td.TdClassName
{
border-color: #D101C9;
}
.TagClassName
{
border-color: #D101C9;
}
</style>