Shades of Deep Magenta #D614E4
Tints of Deep Magenta #D614E4
RGB
CMYK
RGB Variations
Color information
#D614E4 (or 0xD614E4) is known color: Deep Magenta. HEX triplet: D6, 14 and E4. RGB value is (214,20,228). Sum of RGB (Red+Green+Blue) = 214+20+228=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 20 (8.20% from 255 or 4.33% from 462); Blue value is 228 (89.45% from 255 or 49.35% from 462); Max value from RGB is 228 - color contains mainly: blue. Hex color #D614E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D614E4 is #29EB1B. Grayscale: #656565. Windows color (decimal): -2747164 or 14947542. OLE color: 14947542.
HSL color Cylindrical-coordinate representation of color #D614E4: hue angle of 295.96º 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 #D614E4 is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 214 | 20 | 228 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.11 |
| HSL | 295.96º | 0.84% | 0.49% | - |
| HSV(B) | 295.96º | 0.91% | 0.89% | - |
| XYZ | 41.99 | 20.4 | 75.12 | - |
| YUV | 101.72 | 199.27 | 208.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 20 | 228 | 0.06 | 0.91 | 0 | 0.11 | 295.96 | 0.84 | 0.49 |
| Hex | D6 | 14 | E4 | 6 | 5B | 0 | B | 128 | 54 | 31 |
| Octal | 326 | 24 | 344 | 6 | 133 | 0 | 13 | 450 | 124 | 61 |
| Binary | 11010110 | 10100 | 11100100 | 110 | 1011011 | 0 | 1011 | 100101000 | 1010100 | 110001 |
Color Harmonies of #D614E4
Complementary color
Monochromatic Colors of #D614E4
Black with #D614E4
Text Example
Text Example
White with #D614E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D614E4; }
p { color: rgb(214,20,228); }
H1.HeaderClassName
{
color: #D614E4;
}
.AnyTagClassName
{
color: #D614E4;
}
</style>
background-color css
<style>
a { background-color: #D614E4; }
a { background-color: rgb(214,20,228); }
div.DivClassName
{
background-color: #D614E4;
}
.BgClassName
{
background-color: #D614E4;
}
</style>
border-color css
<style>
span { border-color: #D614E4; }
span { border-color: rgb(214,20,228); }
td.TdClassName
{
border-color: #D614E4;
}
.TagClassName
{
border-color: #D614E4;
}
</style>