Shades of Deep Magenta #D900BA
Tints of Deep Magenta #D900BA
RGB
CMYK
RGB Variations
Color information
#D900BA (or 0xD900BA) is known color: Deep Magenta. HEX triplet: D9, 00 and BA. RGB value is (217,0,186). Sum of RGB (Red+Green+Blue) = 217+0+186=403 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.85% from 403); Green value is 0 (0.39% from 255 or 0% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 217 - color contains mainly: red. Hex color #D900BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D900BA is #26FF45. Grayscale: #555555. Windows color (decimal): -2555718 or 12189913. OLE color: 12189913.
HSL color Cylindrical-coordinate representation of color #D900BA: hue angle of 308.57º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D900BA is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 0 | 186 | - |
| CMYK | 0 | 1 | 0.14 | 0.15 |
| HSL | 308.57º | 1% | 0.43% | - |
| HSV(B) | 308.57º | 1% | 0.85% | - |
| XYZ | 37.48 | 18.3 | 48.01 | - |
| YUV | 86.09 | 184.39 | 221.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 0 | 186 | 0 | 1 | 0.14 | 0.15 | 308.57 | 1 | 0.43 |
| Hex | D9 | 0 | BA | 0 | 64 | E | F | 135 | 64 | 2B |
| Octal | 331 | 0 | 272 | 0 | 144 | 16 | 17 | 465 | 144 | 53 |
| Binary | 11011001 | 0 | 10111010 | 0 | 1100100 | 1110 | 1111 | 100110101 | 1100100 | 101011 |
Color Harmonies of #D900BA
Complementary color
Monochromatic Colors of #D900BA
Black with #D900BA
Text Example
Text Example
White with #D900BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D900BA; }
p { color: rgb(217,0,186); }
H1.HeaderClassName
{
color: #D900BA;
}
.AnyTagClassName
{
color: #D900BA;
}
</style>
background-color css
<style>
a { background-color: #D900BA; }
a { background-color: rgb(217,0,186); }
div.DivClassName
{
background-color: #D900BA;
}
.BgClassName
{
background-color: #D900BA;
}
</style>
border-color css
<style>
span { border-color: #D900BA; }
span { border-color: rgb(217,0,186); }
td.TdClassName
{
border-color: #D900BA;
}
.TagClassName
{
border-color: #D900BA;
}
</style>