Shades of Deep Magenta #D714DE
Tints of Deep Magenta #D714DE
RGB
CMYK
RGB Variations
Color information
#D714DE (or 0xD714DE) is known color: Deep Magenta. HEX triplet: D7, 14 and DE. RGB value is (215,20,222). Sum of RGB (Red+Green+Blue) = 215+20+222=457 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.05% from 457); Green value is 20 (8.20% from 255 or 4.38% from 457); Blue value is 222 (87.11% from 255 or 48.58% from 457); Max value from RGB is 222 - color contains mainly: blue. Hex color #D714DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D714DE is #28EB21. Grayscale: #646464. Windows color (decimal): -2681634 or 14554327. OLE color: 14554327.
HSL color Cylindrical-coordinate representation of color #D714DE: hue angle of 297.92º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D714DE is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 20 | 222 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.13 |
| HSL | 297.92º | 0.83% | 0.47% | - |
| HSV(B) | 297.92º | 0.91% | 0.87% | - |
| XYZ | 41.46 | 20.22 | 70.83 | - |
| YUV | 101.33 | 196.1 | 209.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 20 | 222 | 0.03 | 0.91 | 0 | 0.13 | 297.92 | 0.83 | 0.47 |
| Hex | D7 | 14 | DE | 3 | 5B | 0 | D | 12A | 53 | 2F |
| Octal | 327 | 24 | 336 | 3 | 133 | 0 | 15 | 452 | 123 | 57 |
| Binary | 11010111 | 10100 | 11011110 | 11 | 1011011 | 0 | 1101 | 100101010 | 1010011 | 101111 |
Color Harmonies of #D714DE
Complementary color
Monochromatic Colors of #D714DE
Black with #D714DE
Text Example
Text Example
White with #D714DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D714DE; }
p { color: rgb(215,20,222); }
H1.HeaderClassName
{
color: #D714DE;
}
.AnyTagClassName
{
color: #D714DE;
}
</style>
background-color css
<style>
a { background-color: #D714DE; }
a { background-color: rgb(215,20,222); }
div.DivClassName
{
background-color: #D714DE;
}
.BgClassName
{
background-color: #D714DE;
}
</style>
border-color css
<style>
span { border-color: #D714DE; }
span { border-color: rgb(215,20,222); }
td.TdClassName
{
border-color: #D714DE;
}
.TagClassName
{
border-color: #D714DE;
}
</style>