Shades of Deep Magenta #D814BE
Tints of Deep Magenta #D814BE
RGB
CMYK
RGB Variations
Color information
#D814BE (or 0xD814BE) is known color: Deep Magenta. HEX triplet: D8, 14 and BE. RGB value is (216,20,190). Sum of RGB (Red+Green+Blue) = 216+20+190=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 20 (8.20% from 255 or 4.69% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D814BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D814BE is #27EB41. Grayscale: #616161. Windows color (decimal): -2616130 or 12457176. OLE color: 12457176.
HSL color Cylindrical-coordinate representation of color #D814BE: hue angle of 307.96º 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 #D814BE is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 20 | 190 | - |
| CMYK | 0 | 0.91 | 0.12 | 0.15 |
| HSL | 307.96º | 0.83% | 0.46% | - |
| HSV(B) | 307.96º | 0.91% | 0.85% | - |
| XYZ | 37.86 | 18.82 | 50.35 | - |
| YUV | 97.98 | 179.93 | 212.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 20 | 190 | 0 | 0.91 | 0.12 | 0.15 | 307.96 | 0.83 | 0.46 |
| Hex | D8 | 14 | BE | 0 | 5B | C | F | 134 | 53 | 2E |
| Octal | 330 | 24 | 276 | 0 | 133 | 14 | 17 | 464 | 123 | 56 |
| Binary | 11011000 | 10100 | 10111110 | 0 | 1011011 | 1100 | 1111 | 100110100 | 1010011 | 101110 |
Color Harmonies of #D814BE
Complementary color
Monochromatic Colors of #D814BE
Black with #D814BE
Text Example
Text Example
White with #D814BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D814BE; }
p { color: rgb(216,20,190); }
H1.HeaderClassName
{
color: #D814BE;
}
.AnyTagClassName
{
color: #D814BE;
}
</style>
background-color css
<style>
a { background-color: #D814BE; }
a { background-color: rgb(216,20,190); }
div.DivClassName
{
background-color: #D814BE;
}
.BgClassName
{
background-color: #D814BE;
}
</style>
border-color css
<style>
span { border-color: #D814BE; }
span { border-color: rgb(216,20,190); }
td.TdClassName
{
border-color: #D814BE;
}
.TagClassName
{
border-color: #D814BE;
}
</style>