Shades of Deep Magenta #D114E6
Tints of Deep Magenta #D114E6
RGB
CMYK
RGB Variations
Color information
#D114E6 (or 0xD114E6) is known color: Deep Magenta. HEX triplet: D1, 14 and E6. RGB value is (209,20,230). Sum of RGB (Red+Green+Blue) = 209+20+230=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 20 (8.20% from 255 or 4.36% from 459); Blue value is 230 (90.23% from 255 or 50.11% from 459); Max value from RGB is 230 - color contains mainly: blue. Hex color #D114E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D114E6 is #2EEB19. Grayscale: #636363. Windows color (decimal): -3074842 or 15078609. OLE color: 15078609.
HSL color Cylindrical-coordinate representation of color #D114E6: hue angle of 294º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D114E6 is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 20 | 230 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.10 |
| HSL | 294º | 0.84% | 0.49% | - |
| HSV(B) | 294º | 0.91% | 0.9% | - |
| XYZ | 40.83 | 19.77 | 76.53 | - |
| YUV | 100.45 | 201.12 | 205.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 20 | 230 | 0.09 | 0.91 | 0 | 0.10 | 294 | 0.84 | 0.49 |
| Hex | D1 | 14 | E6 | 9 | 5B | 0 | A | 126 | 54 | 31 |
| Octal | 321 | 24 | 346 | 11 | 133 | 0 | 12 | 446 | 124 | 61 |
| Binary | 11010001 | 10100 | 11100110 | 1001 | 1011011 | 0 | 1010 | 100100110 | 1010100 | 110001 |
Color Harmonies of #D114E6
Complementary color
Monochromatic Colors of #D114E6
Black with #D114E6
Text Example
Text Example
White with #D114E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D114E6; }
p { color: rgb(209,20,230); }
H1.HeaderClassName
{
color: #D114E6;
}
.AnyTagClassName
{
color: #D114E6;
}
</style>
background-color css
<style>
a { background-color: #D114E6; }
a { background-color: rgb(209,20,230); }
div.DivClassName
{
background-color: #D114E6;
}
.BgClassName
{
background-color: #D114E6;
}
</style>
border-color css
<style>
span { border-color: #D114E6; }
span { border-color: rgb(209,20,230); }
td.TdClassName
{
border-color: #D114E6;
}
.TagClassName
{
border-color: #D114E6;
}
</style>