Shades of Deep Magenta #D114DC
Tints of Deep Magenta #D114DC
RGB
CMYK
RGB Variations
Color information
#D114DC (or 0xD114DC) is known color: Deep Magenta. HEX triplet: D1, 14 and DC. RGB value is (209,20,220). Sum of RGB (Red+Green+Blue) = 209+20+220=449 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.55% from 449); Green value is 20 (8.20% from 255 or 4.45% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #D114DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D114DC is #2EEB23. Grayscale: #626262. Windows color (decimal): -3074852 or 14423249. OLE color: 14423249.
HSL color Cylindrical-coordinate representation of color #D114DC: hue angle of 296.7º degrees, saturation: 0.83, 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 #D114DC is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 20 | 220 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.14 |
| HSL | 296.7º | 0.83% | 0.47% | - |
| HSV(B) | 296.7º | 0.91% | 0.86% | - |
| XYZ | 39.46 | 19.22 | 69.34 | - |
| YUV | 99.31 | 196.12 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 20 | 220 | 0.05 | 0.91 | 0 | 0.14 | 296.7 | 0.83 | 0.47 |
| Hex | D1 | 14 | DC | 5 | 5B | 0 | E | 129 | 53 | 2F |
| Octal | 321 | 24 | 334 | 5 | 133 | 0 | 16 | 451 | 123 | 57 |
| Binary | 11010001 | 10100 | 11011100 | 101 | 1011011 | 0 | 1110 | 100101001 | 1010011 | 101111 |
Color Harmonies of #D114DC
Complementary color
Monochromatic Colors of #D114DC
Black with #D114DC
Text Example
Text Example
White with #D114DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D114DC; }
p { color: rgb(209,20,220); }
H1.HeaderClassName
{
color: #D114DC;
}
.AnyTagClassName
{
color: #D114DC;
}
</style>
background-color css
<style>
a { background-color: #D114DC; }
a { background-color: rgb(209,20,220); }
div.DivClassName
{
background-color: #D114DC;
}
.BgClassName
{
background-color: #D114DC;
}
</style>
border-color css
<style>
span { border-color: #D114DC; }
span { border-color: rgb(209,20,220); }
td.TdClassName
{
border-color: #D114DC;
}
.TagClassName
{
border-color: #D114DC;
}
</style>