Shades of Deep Magenta #D914BD
Tints of Deep Magenta #D914BD
RGB
CMYK
RGB Variations
Color information
#D914BD (or 0xD914BD) is known color: Deep Magenta. HEX triplet: D9, 14 and BD. RGB value is (217,20,189). Sum of RGB (Red+Green+Blue) = 217+20+189=426 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.94% from 426); Green value is 20 (8.20% from 255 or 4.69% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 217 - color contains mainly: red. Hex color #D914BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D914BD is #26EB42. Grayscale: #616161. Windows color (decimal): -2550595 or 12391641. OLE color: 12391641.
HSL color Cylindrical-coordinate representation of color #D914BD: hue angle of 308.53º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D914BD is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 20 | 189 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.15 |
| HSL | 308.53º | 0.83% | 0.46% | - |
| HSV(B) | 308.53º | 0.91% | 0.85% | - |
| XYZ | 38.05 | 18.93 | 49.79 | - |
| YUV | 98.17 | 179.27 | 212.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 20 | 189 | 0 | 0.91 | 0.13 | 0.15 | 308.53 | 0.83 | 0.46 |
| Hex | D9 | 14 | BD | 0 | 5B | D | F | 135 | 53 | 2E |
| Octal | 331 | 24 | 275 | 0 | 133 | 15 | 17 | 465 | 123 | 56 |
| Binary | 11011001 | 10100 | 10111101 | 0 | 1011011 | 1101 | 1111 | 100110101 | 1010011 | 101110 |
Color Harmonies of #D914BD
Complementary color
Monochromatic Colors of #D914BD
Black with #D914BD
Text Example
Text Example
White with #D914BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D914BD; }
p { color: rgb(217,20,189); }
H1.HeaderClassName
{
color: #D914BD;
}
.AnyTagClassName
{
color: #D914BD;
}
</style>
background-color css
<style>
a { background-color: #D914BD; }
a { background-color: rgb(217,20,189); }
div.DivClassName
{
background-color: #D914BD;
}
.BgClassName
{
background-color: #D914BD;
}
</style>
border-color css
<style>
span { border-color: #D914BD; }
span { border-color: rgb(217,20,189); }
td.TdClassName
{
border-color: #D914BD;
}
.TagClassName
{
border-color: #D914BD;
}
</style>