Shades of Deep Magenta #D714D0
Tints of Deep Magenta #D714D0
RGB
CMYK
RGB Variations
Color information
#D714D0 (or 0xD714D0) is known color: Deep Magenta. HEX triplet: D7, 14 and D0. RGB value is (215,20,208). Sum of RGB (Red+Green+Blue) = 215+20+208=443 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.53% from 443); Green value is 20 (8.20% from 255 or 4.51% from 443); Blue value is 208 (81.64% from 255 or 46.95% from 443); Max value from RGB is 215 - color contains mainly: red. Hex color #D714D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D714D0 is #28EB2F. Grayscale: #636363. Windows color (decimal): -2681648 or 13636823. OLE color: 13636823.
HSL color Cylindrical-coordinate representation of color #D714D0: hue angle of 302.15º 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 #D714D0 is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 20 | 208 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.16 |
| HSL | 302.15º | 0.83% | 0.46% | - |
| HSV(B) | 302.15º | 0.91% | 0.84% | - |
| XYZ | 39.66 | 19.5 | 61.35 | - |
| YUV | 99.74 | 189.1 | 210.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 20 | 208 | 0 | 0.91 | 0.03 | 0.16 | 302.15 | 0.83 | 0.46 |
| Hex | D7 | 14 | D0 | 0 | 5B | 3 | 10 | 12E | 53 | 2E |
| Octal | 327 | 24 | 320 | 0 | 133 | 3 | 20 | 456 | 123 | 56 |
| Binary | 11010111 | 10100 | 11010000 | 0 | 1011011 | 11 | 10000 | 100101110 | 1010011 | 101110 |
Color Harmonies of #D714D0
Complementary color
Monochromatic Colors of #D714D0
Black with #D714D0
Text Example
Text Example
White with #D714D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D714D0; }
p { color: rgb(215,20,208); }
H1.HeaderClassName
{
color: #D714D0;
}
.AnyTagClassName
{
color: #D714D0;
}
</style>
background-color css
<style>
a { background-color: #D714D0; }
a { background-color: rgb(215,20,208); }
div.DivClassName
{
background-color: #D714D0;
}
.BgClassName
{
background-color: #D714D0;
}
</style>
border-color css
<style>
span { border-color: #D714D0; }
span { border-color: rgb(215,20,208); }
td.TdClassName
{
border-color: #D714D0;
}
.TagClassName
{
border-color: #D714D0;
}
</style>