Shades of Deep Magenta #D810BF
Tints of Deep Magenta #D810BF
RGB
CMYK
RGB Variations
Color information
#D810BF (or 0xD810BF) is known color: Deep Magenta. HEX triplet: D8, 10 and BF. RGB value is (216,16,191). Sum of RGB (Red+Green+Blue) = 216+16+191=423 (56% of max value = 765). Red value is 216 (84.77% from 255 or 51.06% from 423); Green value is 16 (6.64% from 255 or 3.78% from 423); Blue value is 191 (75% from 255 or 45.15% from 423); Max value from RGB is 216 - color contains mainly: red. Hex color #D810BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D810BF is #27EF40. Grayscale: #5F5F5F. Windows color (decimal): -2617153 or 12521688. OLE color: 12521688.
HSL color Cylindrical-coordinate representation of color #D810BF: hue angle of 307.5º 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 #D810BF is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 16 | 191 | - |
| CMYK | 0 | 0.93 | 0.12 | 0.15 |
| HSL | 307.5º | 0.86% | 0.45% | - |
| HSV(B) | 307.5º | 0.93% | 0.85% | - |
| XYZ | 37.91 | 18.73 | 50.91 | - |
| YUV | 95.75 | 181.76 | 213.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 16 | 191 | 0 | 0.93 | 0.12 | 0.15 | 307.5 | 0.86 | 0.45 |
| Hex | D8 | 10 | BF | 0 | 5D | C | F | 134 | 56 | 2D |
| Octal | 330 | 20 | 277 | 0 | 135 | 14 | 17 | 464 | 126 | 55 |
| Binary | 11011000 | 10000 | 10111111 | 0 | 1011101 | 1100 | 1111 | 100110100 | 1010110 | 101101 |
Color Harmonies of #D810BF
Complementary color
Monochromatic Colors of #D810BF
Black with #D810BF
Text Example
Text Example
White with #D810BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D810BF; }
p { color: rgb(216,16,191); }
H1.HeaderClassName
{
color: #D810BF;
}
.AnyTagClassName
{
color: #D810BF;
}
</style>
background-color css
<style>
a { background-color: #D810BF; }
a { background-color: rgb(216,16,191); }
div.DivClassName
{
background-color: #D810BF;
}
.BgClassName
{
background-color: #D810BF;
}
</style>
border-color css
<style>
span { border-color: #D810BF; }
span { border-color: rgb(216,16,191); }
td.TdClassName
{
border-color: #D810BF;
}
.TagClassName
{
border-color: #D810BF;
}
</style>