Shades of Deep Magenta #D114DD
Tints of Deep Magenta #D114DD
RGB
CMYK
RGB Variations
Color information
#D114DD (or 0xD114DD) is known color: Deep Magenta. HEX triplet: D1, 14 and DD. RGB value is (209,20,221). Sum of RGB (Red+Green+Blue) = 209+20+221=450 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.44% from 450); Green value is 20 (8.20% from 255 or 4.44% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #D114DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D114DD is #2EEB22. Grayscale: #626262. Windows color (decimal): -3074851 or 14488785. OLE color: 14488785.
HSL color Cylindrical-coordinate representation of color #D114DD: hue angle of 296.42º degrees, saturation: 0.83, 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 #D114DD is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 20 | 221 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.13 |
| HSL | 296.42º | 0.83% | 0.47% | - |
| HSV(B) | 296.42º | 0.91% | 0.87% | - |
| XYZ | 39.6 | 19.28 | 70.04 | - |
| YUV | 99.43 | 196.62 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 20 | 221 | 0.05 | 0.91 | 0 | 0.13 | 296.42 | 0.83 | 0.47 |
| Hex | D1 | 14 | DD | 5 | 5B | 0 | D | 128 | 53 | 2F |
| Octal | 321 | 24 | 335 | 5 | 133 | 0 | 15 | 450 | 123 | 57 |
| Binary | 11010001 | 10100 | 11011101 | 101 | 1011011 | 0 | 1101 | 100101000 | 1010011 | 101111 |
Color Harmonies of #D114DD
Complementary color
Monochromatic Colors of #D114DD
Black with #D114DD
Text Example
Text Example
White with #D114DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D114DD; }
p { color: rgb(209,20,221); }
H1.HeaderClassName
{
color: #D114DD;
}
.AnyTagClassName
{
color: #D114DD;
}
</style>
background-color css
<style>
a { background-color: #D114DD; }
a { background-color: rgb(209,20,221); }
div.DivClassName
{
background-color: #D114DD;
}
.BgClassName
{
background-color: #D114DD;
}
</style>
border-color css
<style>
span { border-color: #D114DD; }
span { border-color: rgb(209,20,221); }
td.TdClassName
{
border-color: #D114DD;
}
.TagClassName
{
border-color: #D114DD;
}
</style>