Shades of Deep Magenta #D019BE
Tints of Deep Magenta #D019BE
RGB
CMYK
RGB Variations
Color information
#D019BE (or 0xD019BE) is known color: Deep Magenta. HEX triplet: D0, 19 and BE. RGB value is (208,25,190). Sum of RGB (Red+Green+Blue) = 208+25+190=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 25 (10.16% from 255 or 5.91% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D019BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D019BE is #2FE641. Grayscale: #626262. Windows color (decimal): -3139138 or 12458448. OLE color: 12458448.
HSL color Cylindrical-coordinate representation of color #D019BE: hue angle of 305.9º 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 #D019BE is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 25 | 190 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.18 |
| HSL | 305.9º | 0.79% | 0.46% | - |
| HSV(B) | 305.9º | 0.88% | 0.82% | - |
| XYZ | 35.65 | 17.82 | 50.28 | - |
| YUV | 98.53 | 179.63 | 206.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 25 | 190 | 0 | 0.88 | 0.09 | 0.18 | 305.9 | 0.79 | 0.46 |
| Hex | D0 | 19 | BE | 0 | 58 | 9 | 12 | 132 | 4F | 2E |
| Octal | 320 | 31 | 276 | 0 | 130 | 11 | 22 | 462 | 117 | 56 |
| Binary | 11010000 | 11001 | 10111110 | 0 | 1011000 | 1001 | 10010 | 100110010 | 1001111 | 101110 |
Color Harmonies of #D019BE
Complementary color
Monochromatic Colors of #D019BE
Black with #D019BE
Text Example
Text Example
White with #D019BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D019BE; }
p { color: rgb(208,25,190); }
H1.HeaderClassName
{
color: #D019BE;
}
.AnyTagClassName
{
color: #D019BE;
}
</style>
background-color css
<style>
a { background-color: #D019BE; }
a { background-color: rgb(208,25,190); }
div.DivClassName
{
background-color: #D019BE;
}
.BgClassName
{
background-color: #D019BE;
}
</style>
border-color css
<style>
span { border-color: #D019BE; }
span { border-color: rgb(208,25,190); }
td.TdClassName
{
border-color: #D019BE;
}
.TagClassName
{
border-color: #D019BE;
}
</style>