Shades of Deep Magenta #D019B7
Tints of Deep Magenta #D019B7
RGB
CMYK
RGB Variations
Color information
#D019B7 (or 0xD019B7) is known color: Deep Magenta. HEX triplet: D0, 19 and B7. RGB value is (208,25,183). Sum of RGB (Red+Green+Blue) = 208+25+183=416 (55% of max value = 765). Red value is 208 (81.64% from 255 or 50% from 416); Green value is 25 (10.16% from 255 or 6.01% from 416); Blue value is 183 (71.88% from 255 or 43.99% from 416); Max value from RGB is 208 - color contains mainly: red. Hex color #D019B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D019B7 is #2FE648. Grayscale: #616161. Windows color (decimal): -3139145 or 11999696. OLE color: 11999696.
HSL color Cylindrical-coordinate representation of color #D019B7: hue angle of 308.2º 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 #D019B7 is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 25 | 183 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.18 |
| HSL | 308.2º | 0.79% | 0.46% | - |
| HSV(B) | 308.2º | 0.88% | 0.82% | - |
| XYZ | 34.91 | 17.52 | 46.34 | - |
| YUV | 97.73 | 176.13 | 206.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 25 | 183 | 0 | 0.88 | 0.12 | 0.18 | 308.2 | 0.79 | 0.46 |
| Hex | D0 | 19 | B7 | 0 | 58 | C | 12 | 134 | 4F | 2E |
| Octal | 320 | 31 | 267 | 0 | 130 | 14 | 22 | 464 | 117 | 56 |
| Binary | 11010000 | 11001 | 10110111 | 0 | 1011000 | 1100 | 10010 | 100110100 | 1001111 | 101110 |
Color Harmonies of #D019B7
Complementary color
Monochromatic Colors of #D019B7
Black with #D019B7
Text Example
Text Example
White with #D019B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D019B7; }
p { color: rgb(208,25,183); }
H1.HeaderClassName
{
color: #D019B7;
}
.AnyTagClassName
{
color: #D019B7;
}
</style>
background-color css
<style>
a { background-color: #D019B7; }
a { background-color: rgb(208,25,183); }
div.DivClassName
{
background-color: #D019B7;
}
.BgClassName
{
background-color: #D019B7;
}
</style>
border-color css
<style>
span { border-color: #D019B7; }
span { border-color: rgb(208,25,183); }
td.TdClassName
{
border-color: #D019B7;
}
.TagClassName
{
border-color: #D019B7;
}
</style>