Shades of Deep Magenta #D019DF
Tints of Deep Magenta #D019DF
RGB
CMYK
RGB Variations
Color information
#D019DF (or 0xD019DF) is known color: Deep Magenta. HEX triplet: D0, 19 and DF. RGB value is (208,25,223). Sum of RGB (Red+Green+Blue) = 208+25+223=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 25 (10.16% from 255 or 5.48% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #D019DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D019DF is #2FE620. Grayscale: #656565. Windows color (decimal): -3139105 or 14621136. OLE color: 14621136.
HSL color Cylindrical-coordinate representation of color #D019DF: hue angle of 295.45º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D019DF is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 25 | 223 | - |
| CMYK | 0.07 | 0.89 | 0 | 0.13 |
| HSL | 295.45º | 0.8% | 0.49% | - |
| HSV(B) | 295.45º | 0.89% | 0.87% | - |
| XYZ | 39.68 | 19.43 | 71.47 | - |
| YUV | 102.29 | 196.13 | 203.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 25 | 223 | 0.07 | 0.89 | 0 | 0.13 | 295.45 | 0.8 | 0.49 |
| Hex | D0 | 19 | DF | 7 | 59 | 0 | D | 127 | 50 | 31 |
| Octal | 320 | 31 | 337 | 7 | 131 | 0 | 15 | 447 | 120 | 61 |
| Binary | 11010000 | 11001 | 11011111 | 111 | 1011001 | 0 | 1101 | 100100111 | 1010000 | 110001 |
Color Harmonies of #D019DF
Complementary color
Monochromatic Colors of #D019DF
Black with #D019DF
Text Example
Text Example
White with #D019DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D019DF; }
p { color: rgb(208,25,223); }
H1.HeaderClassName
{
color: #D019DF;
}
.AnyTagClassName
{
color: #D019DF;
}
</style>
background-color css
<style>
a { background-color: #D019DF; }
a { background-color: rgb(208,25,223); }
div.DivClassName
{
background-color: #D019DF;
}
.BgClassName
{
background-color: #D019DF;
}
</style>
border-color css
<style>
span { border-color: #D019DF; }
span { border-color: rgb(208,25,223); }
td.TdClassName
{
border-color: #D019DF;
}
.TagClassName
{
border-color: #D019DF;
}
</style>