Shades of Deep Magenta #D910BD
Tints of Deep Magenta #D910BD
RGB
CMYK
RGB Variations
Color information
#D910BD (or 0xD910BD) is known color: Deep Magenta. HEX triplet: D9, 10 and BD. RGB value is (217,16,189). Sum of RGB (Red+Green+Blue) = 217+16+189=422 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.42% from 422); Green value is 16 (6.64% from 255 or 3.79% from 422); Blue value is 189 (74.22% from 255 or 44.79% from 422); Max value from RGB is 217 - color contains mainly: red. Hex color #D910BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D910BD is #26EF42. Grayscale: #5F5F5F. Windows color (decimal): -2551619 or 12390617. OLE color: 12390617.
HSL color Cylindrical-coordinate representation of color #D910BD: hue angle of 308.36º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D910BD is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 16 | 189 | - |
| CMYK | 0 | 0.93 | 0.13 | 0.15 |
| HSL | 308.36º | 0.86% | 0.46% | - |
| HSV(B) | 308.36º | 0.93% | 0.85% | - |
| XYZ | 37.99 | 18.8 | 49.77 | - |
| YUV | 95.82 | 180.59 | 214.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 16 | 189 | 0 | 0.93 | 0.13 | 0.15 | 308.36 | 0.86 | 0.46 |
| Hex | D9 | 10 | BD | 0 | 5D | D | F | 134 | 56 | 2E |
| Octal | 331 | 20 | 275 | 0 | 135 | 15 | 17 | 464 | 126 | 56 |
| Binary | 11011001 | 10000 | 10111101 | 0 | 1011101 | 1101 | 1111 | 100110100 | 1010110 | 101110 |
Color Harmonies of #D910BD
Complementary color
Monochromatic Colors of #D910BD
Black with #D910BD
Text Example
Text Example
White with #D910BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D910BD; }
p { color: rgb(217,16,189); }
H1.HeaderClassName
{
color: #D910BD;
}
.AnyTagClassName
{
color: #D910BD;
}
</style>
background-color css
<style>
a { background-color: #D910BD; }
a { background-color: rgb(217,16,189); }
div.DivClassName
{
background-color: #D910BD;
}
.BgClassName
{
background-color: #D910BD;
}
</style>
border-color css
<style>
span { border-color: #D910BD; }
span { border-color: rgb(217,16,189); }
td.TdClassName
{
border-color: #D910BD;
}
.TagClassName
{
border-color: #D910BD;
}
</style>