Shades of Deep Magenta #D810BD
Tints of Deep Magenta #D810BD
RGB
CMYK
RGB Variations
Color information
#D810BD (or 0xD810BD) is known color: Deep Magenta. HEX triplet: D8, 10 and BD. RGB value is (216,16,189). Sum of RGB (Red+Green+Blue) = 216+16+189=421 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.31% from 421); Green value is 16 (6.64% from 255 or 3.80% from 421); Blue value is 189 (74.22% from 255 or 44.89% from 421); Max value from RGB is 216 - color contains mainly: red. Hex color #D810BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D810BD is #27EF42. Grayscale: #5F5F5F. Windows color (decimal): -2617155 or 12390616. OLE color: 12390616.
HSL color Cylindrical-coordinate representation of color #D810BD: hue angle of 308.1º 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 #D810BD is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 16 | 189 | - |
| CMYK | 0 | 0.93 | 0.12 | 0.15 |
| HSL | 308.1º | 0.86% | 0.45% | - |
| HSV(B) | 308.1º | 0.93% | 0.85% | - |
| XYZ | 37.69 | 18.64 | 49.76 | - |
| YUV | 95.52 | 180.76 | 213.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 16 | 189 | 0 | 0.93 | 0.12 | 0.15 | 308.1 | 0.86 | 0.45 |
| Hex | D8 | 10 | BD | 0 | 5D | C | F | 134 | 56 | 2D |
| Octal | 330 | 20 | 275 | 0 | 135 | 14 | 17 | 464 | 126 | 55 |
| Binary | 11011000 | 10000 | 10111101 | 0 | 1011101 | 1100 | 1111 | 100110100 | 1010110 | 101101 |
Color Harmonies of #D810BD
Complementary color
Monochromatic Colors of #D810BD
Black with #D810BD
Text Example
Text Example
White with #D810BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D810BD; }
p { color: rgb(216,16,189); }
H1.HeaderClassName
{
color: #D810BD;
}
.AnyTagClassName
{
color: #D810BD;
}
</style>
background-color css
<style>
a { background-color: #D810BD; }
a { background-color: rgb(216,16,189); }
div.DivClassName
{
background-color: #D810BD;
}
.BgClassName
{
background-color: #D810BD;
}
</style>
border-color css
<style>
span { border-color: #D810BD; }
span { border-color: rgb(216,16,189); }
td.TdClassName
{
border-color: #D810BD;
}
.TagClassName
{
border-color: #D810BD;
}
</style>