Shades of Deep Magenta #D101DB
Tints of Deep Magenta #D101DB
RGB
CMYK
RGB Variations
Color information
#D101DB (or 0xD101DB) is known color: Deep Magenta. HEX triplet: D1, 01 and DB. RGB value is (209,1,219). Sum of RGB (Red+Green+Blue) = 209+1+219=429 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.72% from 429); Green value is 1 (0.78% from 255 or 0.23% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #D101DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D101DB is #2EFE24. Grayscale: #575757. Windows color (decimal): -3079717 or 14352849. OLE color: 14352849.
HSL color Cylindrical-coordinate representation of color #D101DB: hue angle of 297.25º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D101DB is Cyan = 0.05, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 1 | 219 | - |
| CMYK | 0.05 | 1.00 | 0 | 0.14 |
| HSL | 297.25º | 0.99% | 0.43% | - |
| HSV(B) | 297.25º | 1% | 0.86% | - |
| XYZ | 39.09 | 18.69 | 68.57 | - |
| YUV | 88.04 | 201.91 | 214.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 1 | 219 | 0.05 | 1.00 | 0 | 0.14 | 297.25 | 0.99 | 0.43 |
| Hex | D1 | 1 | DB | 5 | 64 | 0 | E | 129 | 63 | 2B |
| Octal | 321 | 1 | 333 | 5 | 144 | 0 | 16 | 451 | 143 | 53 |
| Binary | 11010001 | 1 | 11011011 | 101 | 1100100 | 0 | 1110 | 100101001 | 1100011 | 101011 |
Color Harmonies of #D101DB
Complementary color
Monochromatic Colors of #D101DB
Black with #D101DB
Text Example
Text Example
White with #D101DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D101DB; }
p { color: rgb(209,1,219); }
H1.HeaderClassName
{
color: #D101DB;
}
.AnyTagClassName
{
color: #D101DB;
}
</style>
background-color css
<style>
a { background-color: #D101DB; }
a { background-color: rgb(209,1,219); }
div.DivClassName
{
background-color: #D101DB;
}
.BgClassName
{
background-color: #D101DB;
}
</style>
border-color css
<style>
span { border-color: #D101DB; }
span { border-color: rgb(209,1,219); }
td.TdClassName
{
border-color: #D101DB;
}
.TagClassName
{
border-color: #D101DB;
}
</style>