Shades of Deep Magenta #D101DD
Tints of Deep Magenta #D101DD
RGB
CMYK
RGB Variations
Color information
#D101DD (or 0xD101DD) is known color: Deep Magenta. HEX triplet: D1, 01 and DD. RGB value is (209,1,221). Sum of RGB (Red+Green+Blue) = 209+1+221=431 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.49% from 431); Green value is 1 (0.78% from 255 or 0.23% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #D101DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D101DD is #2EFE22. Grayscale: #575757. Windows color (decimal): -3079715 or 14483921. OLE color: 14483921.
HSL color Cylindrical-coordinate representation of color #D101DD: hue angle of 296.73º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D101DD is Cyan = 0.05, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 1 | 221 | - |
| CMYK | 0.05 | 1.00 | 0 | 0.13 |
| HSL | 296.73º | 0.99% | 0.44% | - |
| HSV(B) | 296.73º | 1% | 0.87% | - |
| XYZ | 39.36 | 18.8 | 69.96 | - |
| YUV | 88.27 | 202.91 | 214.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 1 | 221 | 0.05 | 1.00 | 0 | 0.13 | 296.73 | 0.99 | 0.44 |
| Hex | D1 | 1 | DD | 5 | 64 | 0 | D | 129 | 63 | 2C |
| Octal | 321 | 1 | 335 | 5 | 144 | 0 | 15 | 451 | 143 | 54 |
| Binary | 11010001 | 1 | 11011101 | 101 | 1100100 | 0 | 1101 | 100101001 | 1100011 | 101100 |
Color Harmonies of #D101DD
Complementary color
Monochromatic Colors of #D101DD
Black with #D101DD
Text Example
Text Example
White with #D101DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D101DD; }
p { color: rgb(209,1,221); }
H1.HeaderClassName
{
color: #D101DD;
}
.AnyTagClassName
{
color: #D101DD;
}
</style>
background-color css
<style>
a { background-color: #D101DD; }
a { background-color: rgb(209,1,221); }
div.DivClassName
{
background-color: #D101DD;
}
.BgClassName
{
background-color: #D101DD;
}
</style>
border-color css
<style>
span { border-color: #D101DD; }
span { border-color: rgb(209,1,221); }
td.TdClassName
{
border-color: #D101DD;
}
.TagClassName
{
border-color: #D101DD;
}
</style>