Shades of Deep Magenta #D114D8
Tints of Deep Magenta #D114D8
RGB
CMYK
RGB Variations
Color information
#D114D8 (or 0xD114D8) is known color: Deep Magenta. HEX triplet: D1, 14 and D8. RGB value is (209,20,216). Sum of RGB (Red+Green+Blue) = 209+20+216=445 (58% of max value = 765). Red value is 209 (82.03% from 255 or 46.97% from 445); Green value is 20 (8.20% from 255 or 4.49% from 445); Blue value is 216 (84.77% from 255 or 48.54% from 445); Max value from RGB is 216 - color contains mainly: blue. Hex color #D114D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D114D8 is #2EEB27. Grayscale: #626262. Windows color (decimal): -3074856 or 14161105. OLE color: 14161105.
HSL color Cylindrical-coordinate representation of color #D114D8: hue angle of 297.86º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D114D8 is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 20 | 216 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.15 |
| HSL | 297.86º | 0.83% | 0.46% | - |
| HSV(B) | 297.86º | 0.91% | 0.85% | - |
| XYZ | 38.94 | 19.01 | 66.58 | - |
| YUV | 98.86 | 194.12 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 20 | 216 | 0.03 | 0.91 | 0 | 0.15 | 297.86 | 0.83 | 0.46 |
| Hex | D1 | 14 | D8 | 3 | 5B | 0 | F | 12A | 53 | 2E |
| Octal | 321 | 24 | 330 | 3 | 133 | 0 | 17 | 452 | 123 | 56 |
| Binary | 11010001 | 10100 | 11011000 | 11 | 1011011 | 0 | 1111 | 100101010 | 1010011 | 101110 |
Color Harmonies of #D114D8
Complementary color
Monochromatic Colors of #D114D8
Black with #D114D8
Text Example
Text Example
White with #D114D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D114D8; }
p { color: rgb(209,20,216); }
H1.HeaderClassName
{
color: #D114D8;
}
.AnyTagClassName
{
color: #D114D8;
}
</style>
background-color css
<style>
a { background-color: #D114D8; }
a { background-color: rgb(209,20,216); }
div.DivClassName
{
background-color: #D114D8;
}
.BgClassName
{
background-color: #D114D8;
}
</style>
border-color css
<style>
span { border-color: #D114D8; }
span { border-color: rgb(209,20,216); }
td.TdClassName
{
border-color: #D114D8;
}
.TagClassName
{
border-color: #D114D8;
}
</style>