Shades of Deep Magenta #D019BA
Tints of Deep Magenta #D019BA
RGB
CMYK
RGB Variations
Color information
#D019BA (or 0xD019BA) is known color: Deep Magenta. HEX triplet: D0, 19 and BA. RGB value is (208,25,186). Sum of RGB (Red+Green+Blue) = 208+25+186=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 25 (10.16% from 255 or 5.97% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D019BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D019BA is #2FE645. Grayscale: #616161. Windows color (decimal): -3139142 or 12196304. OLE color: 12196304.
HSL color Cylindrical-coordinate representation of color #D019BA: hue angle of 307.21º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D019BA is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 25 | 186 | - |
| CMYK | 0 | 0.88 | 0.11 | 0.18 |
| HSL | 307.21º | 0.79% | 0.46% | - |
| HSV(B) | 307.21º | 0.88% | 0.82% | - |
| XYZ | 35.22 | 17.65 | 48 | - |
| YUV | 98.07 | 177.63 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 25 | 186 | 0 | 0.88 | 0.11 | 0.18 | 307.21 | 0.79 | 0.46 |
| Hex | D0 | 19 | BA | 0 | 58 | B | 12 | 133 | 4F | 2E |
| Octal | 320 | 31 | 272 | 0 | 130 | 13 | 22 | 463 | 117 | 56 |
| Binary | 11010000 | 11001 | 10111010 | 0 | 1011000 | 1011 | 10010 | 100110011 | 1001111 | 101110 |
Color Harmonies of #D019BA
Complementary color
Monochromatic Colors of #D019BA
Black with #D019BA
Text Example
Text Example
White with #D019BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D019BA; }
p { color: rgb(208,25,186); }
H1.HeaderClassName
{
color: #D019BA;
}
.AnyTagClassName
{
color: #D019BA;
}
</style>
background-color css
<style>
a { background-color: #D019BA; }
a { background-color: rgb(208,25,186); }
div.DivClassName
{
background-color: #D019BA;
}
.BgClassName
{
background-color: #D019BA;
}
</style>
border-color css
<style>
span { border-color: #D019BA; }
span { border-color: rgb(208,25,186); }
td.TdClassName
{
border-color: #D019BA;
}
.TagClassName
{
border-color: #D019BA;
}
</style>