Shades of Deep Magenta #D004BA
Tints of Deep Magenta #D004BA
RGB
CMYK
RGB Variations
Color information
#D004BA (or 0xD004BA) is known color: Deep Magenta. HEX triplet: D0, 04 and BA. RGB value is (208,4,186). Sum of RGB (Red+Green+Blue) = 208+4+186=398 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.26% from 398); Green value is 4 (1.95% from 255 or 1.01% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 208 - color contains mainly: red. Hex color #D004BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D004BA is #2FFB45. Grayscale: #555555. Windows color (decimal): -3144518 or 12190928. OLE color: 12190928.
HSL color Cylindrical-coordinate representation of color #D004BA: hue angle of 306.47º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D004BA is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 4 | 186 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.18 |
| HSL | 306.47º | 0.96% | 0.42% | - |
| HSV(B) | 306.47º | 0.98% | 0.82% | - |
| XYZ | 34.92 | 17.04 | 47.9 | - |
| YUV | 85.74 | 184.59 | 215.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 4 | 186 | 0 | 0.98 | 0.11 | 0.18 | 306.47 | 0.96 | 0.42 |
| Hex | D0 | 4 | BA | 0 | 62 | B | 12 | 132 | 60 | 2A |
| Octal | 320 | 4 | 272 | 0 | 142 | 13 | 22 | 462 | 140 | 52 |
| Binary | 11010000 | 100 | 10111010 | 0 | 1100010 | 1011 | 10010 | 100110010 | 1100000 | 101010 |
Color Harmonies of #D004BA
Complementary color
Monochromatic Colors of #D004BA
Black with #D004BA
Text Example
Text Example
White with #D004BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D004BA; }
p { color: rgb(208,4,186); }
H1.HeaderClassName
{
color: #D004BA;
}
.AnyTagClassName
{
color: #D004BA;
}
</style>
background-color css
<style>
a { background-color: #D004BA; }
a { background-color: rgb(208,4,186); }
div.DivClassName
{
background-color: #D004BA;
}
.BgClassName
{
background-color: #D004BA;
}
</style>
border-color css
<style>
span { border-color: #D004BA; }
span { border-color: rgb(208,4,186); }
td.TdClassName
{
border-color: #D004BA;
}
.TagClassName
{
border-color: #D004BA;
}
</style>