Shades of Deep Magenta #D714BA
Tints of Deep Magenta #D714BA
RGB
CMYK
RGB Variations
Color information
#D714BA (or 0xD714BA) is known color: Deep Magenta. HEX triplet: D7, 14 and BA. RGB value is (215,20,186). Sum of RGB (Red+Green+Blue) = 215+20+186=421 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.07% from 421); Green value is 20 (8.20% from 255 or 4.75% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 215 - color contains mainly: red. Hex color #D714BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D714BA is #28EB45. Grayscale: #606060. Windows color (decimal): -2681670 or 12195031. OLE color: 12195031.
HSL color Cylindrical-coordinate representation of color #D714BA: hue angle of 308.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 #D714BA is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 20 | 186 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.16 |
| HSL | 308.92º | 0.83% | 0.46% | - |
| HSV(B) | 308.92º | 0.91% | 0.84% | - |
| XYZ | 37.14 | 18.49 | 48.07 | - |
| YUV | 97.23 | 178.1 | 212 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 20 | 186 | 0 | 0.91 | 0.13 | 0.16 | 308.92 | 0.83 | 0.46 |
| Hex | D7 | 14 | BA | 0 | 5B | D | 10 | 135 | 53 | 2E |
| Octal | 327 | 24 | 272 | 0 | 133 | 15 | 20 | 465 | 123 | 56 |
| Binary | 11010111 | 10100 | 10111010 | 0 | 1011011 | 1101 | 10000 | 100110101 | 1010011 | 101110 |
Color Harmonies of #D714BA
Complementary color
Monochromatic Colors of #D714BA
Black with #D714BA
Text Example
Text Example
White with #D714BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D714BA; }
p { color: rgb(215,20,186); }
H1.HeaderClassName
{
color: #D714BA;
}
.AnyTagClassName
{
color: #D714BA;
}
</style>
background-color css
<style>
a { background-color: #D714BA; }
a { background-color: rgb(215,20,186); }
div.DivClassName
{
background-color: #D714BA;
}
.BgClassName
{
background-color: #D714BA;
}
</style>
border-color css
<style>
span { border-color: #D714BA; }
span { border-color: rgb(215,20,186); }
td.TdClassName
{
border-color: #D714BA;
}
.TagClassName
{
border-color: #D714BA;
}
</style>