Shades of Deep Magenta #D801BA
Tints of Deep Magenta #D801BA
RGB
CMYK
RGB Variations
Color information
#D801BA (or 0xD801BA) is known color: Deep Magenta. HEX triplet: D8, 01 and BA. RGB value is (216,1,186). Sum of RGB (Red+Green+Blue) = 216+1+186=403 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.60% from 403); Green value is 1 (0.78% from 255 or 0.25% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 216 - color contains mainly: red. Hex color #D801BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D801BA is #27FE45. Grayscale: #555555. Windows color (decimal): -2620998 or 12190168. OLE color: 12190168.
HSL color Cylindrical-coordinate representation of color #D801BA: hue angle of 308.37º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D801BA is Cyan = 0, Magento = 1.00, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 1 | 186 | - |
| CMYK | 0 | 1.00 | 0.14 | 0.15 |
| HSL | 308.37º | 0.99% | 0.43% | - |
| HSV(B) | 308.37º | 1% | 0.85% | - |
| XYZ | 37.19 | 18.17 | 48 | - |
| YUV | 86.38 | 184.23 | 220.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 1 | 186 | 0 | 1.00 | 0.14 | 0.15 | 308.37 | 0.99 | 0.43 |
| Hex | D8 | 1 | BA | 0 | 64 | E | F | 134 | 63 | 2B |
| Octal | 330 | 1 | 272 | 0 | 144 | 16 | 17 | 464 | 143 | 53 |
| Binary | 11011000 | 1 | 10111010 | 0 | 1100100 | 1110 | 1111 | 100110100 | 1100011 | 101011 |
Color Harmonies of #D801BA
Complementary color
Monochromatic Colors of #D801BA
Black with #D801BA
Text Example
Text Example
White with #D801BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D801BA; }
p { color: rgb(216,1,186); }
H1.HeaderClassName
{
color: #D801BA;
}
.AnyTagClassName
{
color: #D801BA;
}
</style>
background-color css
<style>
a { background-color: #D801BA; }
a { background-color: rgb(216,1,186); }
div.DivClassName
{
background-color: #D801BA;
}
.BgClassName
{
background-color: #D801BA;
}
</style>
border-color css
<style>
span { border-color: #D801BA; }
span { border-color: rgb(216,1,186); }
td.TdClassName
{
border-color: #D801BA;
}
.TagClassName
{
border-color: #D801BA;
}
</style>