Shades of Medium Violet Red #D017AA
Tints of Medium Violet Red #D017AA
RGB
CMYK
RGB Variations
Color information
#D017AA (or 0xD017AA) is known color: Medium Violet Red. HEX triplet: D0, 17 and AA. RGB value is (208,23,170). Sum of RGB (Red+Green+Blue) = 208+23+170=401 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.87% from 401); Green value is 23 (9.38% from 255 or 5.74% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 208 - color contains mainly: red. Hex color #D017AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D017AA is #2FE855. Grayscale: #5E5E5E. Windows color (decimal): -3139670 or 11147216. OLE color: 11147216.
HSL color Cylindrical-coordinate representation of color #D017AA: hue angle of 312.32º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D017AA is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 23 | 170 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.18 |
| HSL | 312.32º | 0.8% | 0.45% | - |
| HSV(B) | 312.32º | 0.89% | 0.82% | - |
| XYZ | 33.57 | 16.92 | 39.53 | - |
| YUV | 95.07 | 170.29 | 208.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 23 | 170 | 0 | 0.89 | 0.18 | 0.18 | 312.32 | 0.8 | 0.45 |
| Hex | D0 | 17 | AA | 0 | 59 | 12 | 12 | 138 | 50 | 2D |
| Octal | 320 | 27 | 252 | 0 | 131 | 22 | 22 | 470 | 120 | 55 |
| Binary | 11010000 | 10111 | 10101010 | 0 | 1011001 | 10010 | 10010 | 100111000 | 1010000 | 101101 |
Color Harmonies of #D017AA
Complementary color
Monochromatic Colors of #D017AA
Black with #D017AA
Text Example
Text Example
White with #D017AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D017AA; }
p { color: rgb(208,23,170); }
H1.HeaderClassName
{
color: #D017AA;
}
.AnyTagClassName
{
color: #D017AA;
}
</style>
background-color css
<style>
a { background-color: #D017AA; }
a { background-color: rgb(208,23,170); }
div.DivClassName
{
background-color: #D017AA;
}
.BgClassName
{
background-color: #D017AA;
}
</style>
border-color css
<style>
span { border-color: #D017AA; }
span { border-color: rgb(208,23,170); }
td.TdClassName
{
border-color: #D017AA;
}
.TagClassName
{
border-color: #D017AA;
}
</style>