Shades of Deep Magenta #D113DD
Tints of Deep Magenta #D113DD
RGB
CMYK
RGB Variations
Color information
#D113DD (or 0xD113DD) is known color: Deep Magenta. HEX triplet: D1, 13 and DD. RGB value is (209,19,221). Sum of RGB (Red+Green+Blue) = 209+19+221=449 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.55% from 449); Green value is 19 (7.81% from 255 or 4.23% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #D113DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D113DD is #2EEC22. Grayscale: #626262. Windows color (decimal): -3075107 or 14488529. OLE color: 14488529.
HSL color Cylindrical-coordinate representation of color #D113DD: hue angle of 296.44º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D113DD is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 19 | 221 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.13 |
| HSL | 296.44º | 0.84% | 0.47% | - |
| HSV(B) | 296.44º | 0.91% | 0.87% | - |
| XYZ | 39.58 | 19.24 | 70.03 | - |
| YUV | 98.84 | 196.95 | 206.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 19 | 221 | 0.05 | 0.91 | 0 | 0.13 | 296.44 | 0.84 | 0.47 |
| Hex | D1 | 13 | DD | 5 | 5B | 0 | D | 128 | 54 | 2F |
| Octal | 321 | 23 | 335 | 5 | 133 | 0 | 15 | 450 | 124 | 57 |
| Binary | 11010001 | 10011 | 11011101 | 101 | 1011011 | 0 | 1101 | 100101000 | 1010100 | 101111 |
Color Harmonies of #D113DD
Complementary color
Monochromatic Colors of #D113DD
Black with #D113DD
Text Example
Text Example
White with #D113DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D113DD; }
p { color: rgb(209,19,221); }
H1.HeaderClassName
{
color: #D113DD;
}
.AnyTagClassName
{
color: #D113DD;
}
</style>
background-color css
<style>
a { background-color: #D113DD; }
a { background-color: rgb(209,19,221); }
div.DivClassName
{
background-color: #D113DD;
}
.BgClassName
{
background-color: #D113DD;
}
</style>
border-color css
<style>
span { border-color: #D113DD; }
span { border-color: rgb(209,19,221); }
td.TdClassName
{
border-color: #D113DD;
}
.TagClassName
{
border-color: #D113DD;
}
</style>