Shades of Deep Magenta #D714D4
Tints of Deep Magenta #D714D4
RGB
CMYK
RGB Variations
Color information
#D714D4 (or 0xD714D4) is known color: Deep Magenta. HEX triplet: D7, 14 and D4. RGB value is (215,20,212). Sum of RGB (Red+Green+Blue) = 215+20+212=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 20 (8.20% from 255 or 4.47% from 447); Blue value is 212 (83.20% from 255 or 47.43% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D714D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D714D4 is #28EB2B. Grayscale: #636363. Windows color (decimal): -2681644 or 13898967. OLE color: 13898967.
HSL color Cylindrical-coordinate representation of color #D714D4: hue angle of 300.92º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D714D4 is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 20 | 212 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.16 |
| HSL | 300.92º | 0.83% | 0.46% | - |
| HSV(B) | 300.92º | 0.91% | 0.84% | - |
| XYZ | 40.16 | 19.7 | 63.97 | - |
| YUV | 100.19 | 191.1 | 209.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 20 | 212 | 0 | 0.91 | 0.01 | 0.16 | 300.92 | 0.83 | 0.46 |
| Hex | D7 | 14 | D4 | 0 | 5B | 1 | 10 | 12D | 53 | 2E |
| Octal | 327 | 24 | 324 | 0 | 133 | 1 | 20 | 455 | 123 | 56 |
| Binary | 11010111 | 10100 | 11010100 | 0 | 1011011 | 1 | 10000 | 100101101 | 1010011 | 101110 |
Color Harmonies of #D714D4
Complementary color
Monochromatic Colors of #D714D4
Black with #D714D4
Text Example
Text Example
White with #D714D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D714D4; }
p { color: rgb(215,20,212); }
H1.HeaderClassName
{
color: #D714D4;
}
.AnyTagClassName
{
color: #D714D4;
}
</style>
background-color css
<style>
a { background-color: #D714D4; }
a { background-color: rgb(215,20,212); }
div.DivClassName
{
background-color: #D714D4;
}
.BgClassName
{
background-color: #D714D4;
}
</style>
border-color css
<style>
span { border-color: #D714D4; }
span { border-color: rgb(215,20,212); }
td.TdClassName
{
border-color: #D714D4;
}
.TagClassName
{
border-color: #D714D4;
}
</style>