Shades of Medium Violet Red #D419A0
Tints of Medium Violet Red #D419A0
RGB
CMYK
RGB Variations
Color information
#D419A0 (or 0xD419A0) is known color: Medium Violet Red. HEX triplet: D4, 19 and A0. RGB value is (212,25,160). Sum of RGB (Red+Green+Blue) = 212+25+160=397 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.40% from 397); Green value is 25 (10.16% from 255 or 6.30% from 397); Blue value is 160 (62.89% from 255 or 40.30% from 397); Max value from RGB is 212 - color contains mainly: red. Hex color #D419A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D419A0 is #2BE65F. Grayscale: #5F5F5F. Windows color (decimal): -2877024 or 10492372. OLE color: 10492372.
HSL color Cylindrical-coordinate representation of color #D419A0: hue angle of 316.68º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D419A0 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 25 | 160 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.17 |
| HSL | 316.68º | 0.79% | 0.46% | - |
| HSV(B) | 316.68º | 0.88% | 0.83% | - |
| XYZ | 33.84 | 17.23 | 34.8 | - |
| YUV | 96.3 | 163.95 | 210.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 25 | 160 | 0 | 0.88 | 0.25 | 0.17 | 316.68 | 0.79 | 0.46 |
| Hex | D4 | 19 | A0 | 0 | 58 | 19 | 11 | 13D | 4F | 2E |
| Octal | 324 | 31 | 240 | 0 | 130 | 31 | 21 | 475 | 117 | 56 |
| Binary | 11010100 | 11001 | 10100000 | 0 | 1011000 | 11001 | 10001 | 100111101 | 1001111 | 101110 |
Color Harmonies of #D419A0
Complementary color
Monochromatic Colors of #D419A0
Black with #D419A0
Text Example
Text Example
White with #D419A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D419A0; }
p { color: rgb(212,25,160); }
H1.HeaderClassName
{
color: #D419A0;
}
.AnyTagClassName
{
color: #D419A0;
}
</style>
background-color css
<style>
a { background-color: #D419A0; }
a { background-color: rgb(212,25,160); }
div.DivClassName
{
background-color: #D419A0;
}
.BgClassName
{
background-color: #D419A0;
}
</style>
border-color css
<style>
span { border-color: #D419A0; }
span { border-color: rgb(212,25,160); }
td.TdClassName
{
border-color: #D419A0;
}
.TagClassName
{
border-color: #D419A0;
}
</style>