Shades of Deep Magenta #D914BE
Tints of Deep Magenta #D914BE
RGB
CMYK
RGB Variations
Color information
#D914BE (or 0xD914BE) is known color: Deep Magenta. HEX triplet: D9, 14 and BE. RGB value is (217,20,190). Sum of RGB (Red+Green+Blue) = 217+20+190=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 20 (8.20% from 255 or 4.68% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D914BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D914BE is #26EB41. Grayscale: #616161. Windows color (decimal): -2550594 or 12457177. OLE color: 12457177.
HSL color Cylindrical-coordinate representation of color #D914BE: hue angle of 308.22º 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 #D914BE is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 20 | 190 | - |
| CMYK | 0 | 0.91 | 0.12 | 0.15 |
| HSL | 308.22º | 0.83% | 0.46% | - |
| HSV(B) | 308.22º | 0.91% | 0.85% | - |
| XYZ | 38.16 | 18.97 | 50.37 | - |
| YUV | 98.28 | 179.77 | 212.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 20 | 190 | 0 | 0.91 | 0.12 | 0.15 | 308.22 | 0.83 | 0.46 |
| Hex | D9 | 14 | BE | 0 | 5B | C | F | 134 | 53 | 2E |
| Octal | 331 | 24 | 276 | 0 | 133 | 14 | 17 | 464 | 123 | 56 |
| Binary | 11011001 | 10100 | 10111110 | 0 | 1011011 | 1100 | 1111 | 100110100 | 1010011 | 101110 |
Color Harmonies of #D914BE
Complementary color
Monochromatic Colors of #D914BE
Black with #D914BE
Text Example
Text Example
White with #D914BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D914BE; }
p { color: rgb(217,20,190); }
H1.HeaderClassName
{
color: #D914BE;
}
.AnyTagClassName
{
color: #D914BE;
}
</style>
background-color css
<style>
a { background-color: #D914BE; }
a { background-color: rgb(217,20,190); }
div.DivClassName
{
background-color: #D914BE;
}
.BgClassName
{
background-color: #D914BE;
}
</style>
border-color css
<style>
span { border-color: #D914BE; }
span { border-color: rgb(217,20,190); }
td.TdClassName
{
border-color: #D914BE;
}
.TagClassName
{
border-color: #D914BE;
}
</style>