Shades of Deep Magenta #D810BE
Tints of Deep Magenta #D810BE
RGB
CMYK
RGB Variations
Color information
#D810BE (or 0xD810BE) is known color: Deep Magenta. HEX triplet: D8, 10 and BE. RGB value is (216,16,190). Sum of RGB (Red+Green+Blue) = 216+16+190=422 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.18% from 422); Green value is 16 (6.64% from 255 or 3.79% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 216 - color contains mainly: red. Hex color #D810BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D810BE is #27EF41. Grayscale: #5F5F5F. Windows color (decimal): -2617154 or 12456152. OLE color: 12456152.
HSL color Cylindrical-coordinate representation of color #D810BE: hue angle of 307.8º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D810BE is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 16 | 190 | - |
| CMYK | 0 | 0.93 | 0.12 | 0.15 |
| HSL | 307.8º | 0.86% | 0.45% | - |
| HSV(B) | 307.8º | 0.93% | 0.85% | - |
| XYZ | 37.8 | 18.69 | 50.33 | - |
| YUV | 95.64 | 181.26 | 213.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 16 | 190 | 0 | 0.93 | 0.12 | 0.15 | 307.8 | 0.86 | 0.45 |
| Hex | D8 | 10 | BE | 0 | 5D | C | F | 134 | 56 | 2D |
| Octal | 330 | 20 | 276 | 0 | 135 | 14 | 17 | 464 | 126 | 55 |
| Binary | 11011000 | 10000 | 10111110 | 0 | 1011101 | 1100 | 1111 | 100110100 | 1010110 | 101101 |
Color Harmonies of #D810BE
Complementary color
Monochromatic Colors of #D810BE
Black with #D810BE
Text Example
Text Example
White with #D810BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D810BE; }
p { color: rgb(216,16,190); }
H1.HeaderClassName
{
color: #D810BE;
}
.AnyTagClassName
{
color: #D810BE;
}
</style>
background-color css
<style>
a { background-color: #D810BE; }
a { background-color: rgb(216,16,190); }
div.DivClassName
{
background-color: #D810BE;
}
.BgClassName
{
background-color: #D810BE;
}
</style>
border-color css
<style>
span { border-color: #D810BE; }
span { border-color: rgb(216,16,190); }
td.TdClassName
{
border-color: #D810BE;
}
.TagClassName
{
border-color: #D810BE;
}
</style>