Shades of Deep Magenta #D119DA
Tints of Deep Magenta #D119DA
RGB
CMYK
RGB Variations
Color information
#D119DA (or 0xD119DA) is known color: Deep Magenta. HEX triplet: D1, 19 and DA. RGB value is (209,25,218). Sum of RGB (Red+Green+Blue) = 209+25+218=452 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.24% from 452); Green value is 25 (10.16% from 255 or 5.53% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #D119DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D119DA is #2EE625. Grayscale: #656565. Windows color (decimal): -3073574 or 14293457. OLE color: 14293457.
HSL color Cylindrical-coordinate representation of color #D119DA: hue angle of 297.2º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D119DA is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 25 | 218 | - |
| CMYK | 0.04 | 0.89 | 0 | 0.15 |
| HSL | 297.2º | 0.79% | 0.48% | - |
| HSV(B) | 297.2º | 0.89% | 0.85% | - |
| XYZ | 39.3 | 19.31 | 67.99 | - |
| YUV | 102.02 | 193.46 | 204.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 25 | 218 | 0.04 | 0.89 | 0 | 0.15 | 297.2 | 0.79 | 0.48 |
| Hex | D1 | 19 | DA | 4 | 59 | 0 | F | 129 | 4F | 30 |
| Octal | 321 | 31 | 332 | 4 | 131 | 0 | 17 | 451 | 117 | 60 |
| Binary | 11010001 | 11001 | 11011010 | 100 | 1011001 | 0 | 1111 | 100101001 | 1001111 | 110000 |
Color Harmonies of #D119DA
Complementary color
Monochromatic Colors of #D119DA
Black with #D119DA
Text Example
Text Example
White with #D119DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D119DA; }
p { color: rgb(209,25,218); }
H1.HeaderClassName
{
color: #D119DA;
}
.AnyTagClassName
{
color: #D119DA;
}
</style>
background-color css
<style>
a { background-color: #D119DA; }
a { background-color: rgb(209,25,218); }
div.DivClassName
{
background-color: #D119DA;
}
.BgClassName
{
background-color: #D119DA;
}
</style>
border-color css
<style>
span { border-color: #D119DA; }
span { border-color: rgb(209,25,218); }
td.TdClassName
{
border-color: #D119DA;
}
.TagClassName
{
border-color: #D119DA;
}
</style>