Shades of Deep Magenta #D113DB
Tints of Deep Magenta #D113DB
RGB
CMYK
RGB Variations
Color information
#D113DB (or 0xD113DB) is known color: Deep Magenta. HEX triplet: D1, 13 and DB. RGB value is (209,19,219). Sum of RGB (Red+Green+Blue) = 209+19+219=447 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.76% from 447); Green value is 19 (7.81% from 255 or 4.25% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #D113DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D113DB is #2EEC24. Grayscale: #626262. Windows color (decimal): -3075109 or 14357457. OLE color: 14357457.
HSL color Cylindrical-coordinate representation of color #D113DB: hue angle of 297º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D113DB is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 19 | 219 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.14 |
| HSL | 297º | 0.84% | 0.47% | - |
| HSV(B) | 297º | 0.91% | 0.86% | - |
| XYZ | 39.31 | 19.14 | 68.64 | - |
| YUV | 98.61 | 195.95 | 206.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 19 | 219 | 0.05 | 0.91 | 0 | 0.14 | 297 | 0.84 | 0.47 |
| Hex | D1 | 13 | DB | 5 | 5B | 0 | E | 129 | 54 | 2F |
| Octal | 321 | 23 | 333 | 5 | 133 | 0 | 16 | 451 | 124 | 57 |
| Binary | 11010001 | 10011 | 11011011 | 101 | 1011011 | 0 | 1110 | 100101001 | 1010100 | 101111 |
Color Harmonies of #D113DB
Complementary color
Monochromatic Colors of #D113DB
Black with #D113DB
Text Example
Text Example
White with #D113DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D113DB; }
p { color: rgb(209,19,219); }
H1.HeaderClassName
{
color: #D113DB;
}
.AnyTagClassName
{
color: #D113DB;
}
</style>
background-color css
<style>
a { background-color: #D113DB; }
a { background-color: rgb(209,19,219); }
div.DivClassName
{
background-color: #D113DB;
}
.BgClassName
{
background-color: #D113DB;
}
</style>
border-color css
<style>
span { border-color: #D113DB; }
span { border-color: rgb(209,19,219); }
td.TdClassName
{
border-color: #D113DB;
}
.TagClassName
{
border-color: #D113DB;
}
</style>