Shades of Deep Magenta #D714C5
Tints of Deep Magenta #D714C5
RGB
CMYK
RGB Variations
Color information
#D714C5 (or 0xD714C5) is known color: Deep Magenta. HEX triplet: D7, 14 and C5. RGB value is (215,20,197). Sum of RGB (Red+Green+Blue) = 215+20+197=432 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.77% from 432); Green value is 20 (8.20% from 255 or 4.63% from 432); Blue value is 197 (77.34% from 255 or 45.60% from 432); Max value from RGB is 215 - color contains mainly: red. Hex color #D714C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D714C5 is #28EB3A. Grayscale: #616161. Windows color (decimal): -2681659 or 12915927. OLE color: 12915927.
HSL color Cylindrical-coordinate representation of color #D714C5: hue angle of 305.54º 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 #D714C5 is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 20 | 197 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.16 |
| HSL | 305.54º | 0.83% | 0.46% | - |
| HSV(B) | 305.54º | 0.91% | 0.84% | - |
| XYZ | 38.35 | 18.98 | 54.47 | - |
| YUV | 98.48 | 183.6 | 211.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 20 | 197 | 0 | 0.91 | 0.08 | 0.16 | 305.54 | 0.83 | 0.46 |
| Hex | D7 | 14 | C5 | 0 | 5B | 8 | 10 | 132 | 53 | 2E |
| Octal | 327 | 24 | 305 | 0 | 133 | 10 | 20 | 462 | 123 | 56 |
| Binary | 11010111 | 10100 | 11000101 | 0 | 1011011 | 1000 | 10000 | 100110010 | 1010011 | 101110 |
Color Harmonies of #D714C5
Complementary color
Monochromatic Colors of #D714C5
Black with #D714C5
Text Example
Text Example
White with #D714C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D714C5; }
p { color: rgb(215,20,197); }
H1.HeaderClassName
{
color: #D714C5;
}
.AnyTagClassName
{
color: #D714C5;
}
</style>
background-color css
<style>
a { background-color: #D714C5; }
a { background-color: rgb(215,20,197); }
div.DivClassName
{
background-color: #D714C5;
}
.BgClassName
{
background-color: #D714C5;
}
</style>
border-color css
<style>
span { border-color: #D714C5; }
span { border-color: rgb(215,20,197); }
td.TdClassName
{
border-color: #D714C5;
}
.TagClassName
{
border-color: #D714C5;
}
</style>