Shades of Deep Magenta #D714B9
Tints of Deep Magenta #D714B9
RGB
CMYK
RGB Variations
Color information
#D714B9 (or 0xD714B9) is known color: Deep Magenta. HEX triplet: D7, 14 and B9. RGB value is (215,20,185). Sum of RGB (Red+Green+Blue) = 215+20+185=420 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.19% from 420); Green value is 20 (8.20% from 255 or 4.76% from 420); Blue value is 185 (72.66% from 255 or 44.05% from 420); Max value from RGB is 215 - color contains mainly: red. Hex color #D714B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D714B9 is #28EB46. Grayscale: #606060. Windows color (decimal): -2681671 or 12129495. OLE color: 12129495.
HSL color Cylindrical-coordinate representation of color #D714B9: hue angle of 309.23º 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 #D714B9 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 20 | 185 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.16 |
| HSL | 309.23º | 0.83% | 0.46% | - |
| HSV(B) | 309.23º | 0.91% | 0.84% | - |
| XYZ | 37.03 | 18.45 | 47.51 | - |
| YUV | 97.12 | 177.6 | 212.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 20 | 185 | 0 | 0.91 | 0.14 | 0.16 | 309.23 | 0.83 | 0.46 |
| Hex | D7 | 14 | B9 | 0 | 5B | E | 10 | 135 | 53 | 2E |
| Octal | 327 | 24 | 271 | 0 | 133 | 16 | 20 | 465 | 123 | 56 |
| Binary | 11010111 | 10100 | 10111001 | 0 | 1011011 | 1110 | 10000 | 100110101 | 1010011 | 101110 |
Color Harmonies of #D714B9
Complementary color
Monochromatic Colors of #D714B9
Black with #D714B9
Text Example
Text Example
White with #D714B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D714B9; }
p { color: rgb(215,20,185); }
H1.HeaderClassName
{
color: #D714B9;
}
.AnyTagClassName
{
color: #D714B9;
}
</style>
background-color css
<style>
a { background-color: #D714B9; }
a { background-color: rgb(215,20,185); }
div.DivClassName
{
background-color: #D714B9;
}
.BgClassName
{
background-color: #D714B9;
}
</style>
border-color css
<style>
span { border-color: #D714B9; }
span { border-color: rgb(215,20,185); }
td.TdClassName
{
border-color: #D714B9;
}
.TagClassName
{
border-color: #D714B9;
}
</style>