Shades of Deep Magenta #D100DB
Tints of Deep Magenta #D100DB
RGB
CMYK
RGB Variations
Color information
#D100DB (or 0xD100DB) is known color: Deep Magenta. HEX triplet: D1, 00 and DB. RGB value is (209,0,219). Sum of RGB (Red+Green+Blue) = 209+0+219=428 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.83% from 428); Green value is 0 (0.39% from 255 or 0% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #D100DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D100DB is #2EFF24. Grayscale: #565656. Windows color (decimal): -3079973 or 14352593. OLE color: 14352593.
HSL color Cylindrical-coordinate representation of color #D100DB: hue angle of 297.26º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D100DB is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 0 | 219 | - |
| CMYK | 0.05 | 1 | 0 | 0.14 |
| HSL | 297.26º | 1% | 0.43% | - |
| HSV(B) | 297.26º | 1% | 0.86% | - |
| XYZ | 39.08 | 18.67 | 68.56 | - |
| YUV | 87.46 | 202.24 | 214.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 0 | 219 | 0.05 | 1 | 0 | 0.14 | 297.26 | 1 | 0.43 |
| Hex | D1 | 0 | DB | 5 | 64 | 0 | E | 129 | 64 | 2B |
| Octal | 321 | 0 | 333 | 5 | 144 | 0 | 16 | 451 | 144 | 53 |
| Binary | 11010001 | 0 | 11011011 | 101 | 1100100 | 0 | 1110 | 100101001 | 1100100 | 101011 |
Color Harmonies of #D100DB
Complementary color
Monochromatic Colors of #D100DB
Black with #D100DB
Text Example
Text Example
White with #D100DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D100DB; }
p { color: rgb(209,0,219); }
H1.HeaderClassName
{
color: #D100DB;
}
.AnyTagClassName
{
color: #D100DB;
}
</style>
background-color css
<style>
a { background-color: #D100DB; }
a { background-color: rgb(209,0,219); }
div.DivClassName
{
background-color: #D100DB;
}
.BgClassName
{
background-color: #D100DB;
}
</style>
border-color css
<style>
span { border-color: #D100DB; }
span { border-color: rgb(209,0,219); }
td.TdClassName
{
border-color: #D100DB;
}
.TagClassName
{
border-color: #D100DB;
}
</style>