Shades of Medium Violet Red #D019AC
Tints of Medium Violet Red #D019AC
RGB
CMYK
RGB Variations
Color information
#D019AC (or 0xD019AC) is known color: Medium Violet Red. HEX triplet: D0, 19 and AC. RGB value is (208,25,172). Sum of RGB (Red+Green+Blue) = 208+25+172=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 25 (10.16% from 255 or 6.17% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D019AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D019AC is #2FE653. Grayscale: #606060. Windows color (decimal): -3139156 or 11278800. OLE color: 11278800.
HSL color Cylindrical-coordinate representation of color #D019AC: hue angle of 311.8º 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 #D019AC is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 25 | 172 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.18 |
| HSL | 311.8º | 0.79% | 0.46% | - |
| HSV(B) | 311.8º | 0.88% | 0.82% | - |
| XYZ | 33.81 | 17.08 | 40.55 | - |
| YUV | 96.48 | 170.63 | 207.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 25 | 172 | 0 | 0.88 | 0.17 | 0.18 | 311.8 | 0.79 | 0.46 |
| Hex | D0 | 19 | AC | 0 | 58 | 11 | 12 | 138 | 4F | 2E |
| Octal | 320 | 31 | 254 | 0 | 130 | 21 | 22 | 470 | 117 | 56 |
| Binary | 11010000 | 11001 | 10101100 | 0 | 1011000 | 10001 | 10010 | 100111000 | 1001111 | 101110 |
Color Harmonies of #D019AC
Complementary color
Monochromatic Colors of #D019AC
Black with #D019AC
Text Example
Text Example
White with #D019AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D019AC; }
p { color: rgb(208,25,172); }
H1.HeaderClassName
{
color: #D019AC;
}
.AnyTagClassName
{
color: #D019AC;
}
</style>
background-color css
<style>
a { background-color: #D019AC; }
a { background-color: rgb(208,25,172); }
div.DivClassName
{
background-color: #D019AC;
}
.BgClassName
{
background-color: #D019AC;
}
</style>
border-color css
<style>
span { border-color: #D019AC; }
span { border-color: rgb(208,25,172); }
td.TdClassName
{
border-color: #D019AC;
}
.TagClassName
{
border-color: #D019AC;
}
</style>