Shades of Deep Magenta #D003BA
Tints of Deep Magenta #D003BA
RGB
CMYK
RGB Variations
Color information
#D003BA (or 0xD003BA) is known color: Deep Magenta. HEX triplet: D0, 03 and BA. RGB value is (208,3,186). Sum of RGB (Red+Green+Blue) = 208+3+186=397 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.39% from 397); Green value is 3 (1.56% from 255 or 0.76% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 208 - color contains mainly: red. Hex color #D003BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D003BA is #2FFC45. Grayscale: #545454. Windows color (decimal): -3144774 or 12190672. OLE color: 12190672.
HSL color Cylindrical-coordinate representation of color #D003BA: hue angle of 306.44º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D003BA is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 3 | 186 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.18 |
| HSL | 306.44º | 0.97% | 0.41% | - |
| HSV(B) | 306.44º | 0.99% | 0.82% | - |
| XYZ | 34.91 | 17.02 | 47.9 | - |
| YUV | 85.16 | 184.92 | 215.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 3 | 186 | 0 | 0.99 | 0.11 | 0.18 | 306.44 | 0.97 | 0.41 |
| Hex | D0 | 3 | BA | 0 | 63 | B | 12 | 132 | 61 | 29 |
| Octal | 320 | 3 | 272 | 0 | 143 | 13 | 22 | 462 | 141 | 51 |
| Binary | 11010000 | 11 | 10111010 | 0 | 1100011 | 1011 | 10010 | 100110010 | 1100001 | 101001 |
Color Harmonies of #D003BA
Complementary color
Monochromatic Colors of #D003BA
Black with #D003BA
Text Example
Text Example
White with #D003BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D003BA; }
p { color: rgb(208,3,186); }
H1.HeaderClassName
{
color: #D003BA;
}
.AnyTagClassName
{
color: #D003BA;
}
</style>
background-color css
<style>
a { background-color: #D003BA; }
a { background-color: rgb(208,3,186); }
div.DivClassName
{
background-color: #D003BA;
}
.BgClassName
{
background-color: #D003BA;
}
</style>
border-color css
<style>
span { border-color: #D003BA; }
span { border-color: rgb(208,3,186); }
td.TdClassName
{
border-color: #D003BA;
}
.TagClassName
{
border-color: #D003BA;
}
</style>