Shades of Deep Magenta #D114E4
Tints of Deep Magenta #D114E4
RGB
CMYK
RGB Variations
Color information
#D114E4 (or 0xD114E4) is known color: Deep Magenta. HEX triplet: D1, 14 and E4. RGB value is (209,20,228). Sum of RGB (Red+Green+Blue) = 209+20+228=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 20 (8.20% from 255 or 4.38% from 457); Blue value is 228 (89.45% from 255 or 49.89% from 457); Max value from RGB is 228 - color contains mainly: blue. Hex color #D114E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D114E4 is #2EEB1B. Grayscale: #636363. Windows color (decimal): -3074844 or 14947537. OLE color: 14947537.
HSL color Cylindrical-coordinate representation of color #D114E4: hue angle of 294.52º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D114E4 is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 20 | 228 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.11 |
| HSL | 294.52º | 0.84% | 0.49% | - |
| HSV(B) | 294.52º | 0.91% | 0.89% | - |
| XYZ | 40.55 | 19.66 | 75.06 | - |
| YUV | 100.22 | 200.12 | 205.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 20 | 228 | 0.08 | 0.91 | 0 | 0.11 | 294.52 | 0.84 | 0.49 |
| Hex | D1 | 14 | E4 | 8 | 5B | 0 | B | 127 | 54 | 31 |
| Octal | 321 | 24 | 344 | 10 | 133 | 0 | 13 | 447 | 124 | 61 |
| Binary | 11010001 | 10100 | 11100100 | 1000 | 1011011 | 0 | 1011 | 100100111 | 1010100 | 110001 |
Color Harmonies of #D114E4
Complementary color
Monochromatic Colors of #D114E4
Black with #D114E4
Text Example
Text Example
White with #D114E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D114E4; }
p { color: rgb(209,20,228); }
H1.HeaderClassName
{
color: #D114E4;
}
.AnyTagClassName
{
color: #D114E4;
}
</style>
background-color css
<style>
a { background-color: #D114E4; }
a { background-color: rgb(209,20,228); }
div.DivClassName
{
background-color: #D114E4;
}
.BgClassName
{
background-color: #D114E4;
}
</style>
border-color css
<style>
span { border-color: #D114E4; }
span { border-color: rgb(209,20,228); }
td.TdClassName
{
border-color: #D114E4;
}
.TagClassName
{
border-color: #D114E4;
}
</style>