Shades of Medium Violet Red #D015AA
Tints of Medium Violet Red #D015AA
RGB
CMYK
RGB Variations
Color information
#D015AA (or 0xD015AA) is known color: Medium Violet Red. HEX triplet: D0, 15 and AA. RGB value is (208,21,170). Sum of RGB (Red+Green+Blue) = 208+21+170=399 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.13% from 399); Green value is 21 (8.59% from 255 or 5.26% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 208 - color contains mainly: red. Hex color #D015AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D015AA is #2FEA55. Grayscale: #5D5D5D. Windows color (decimal): -3140182 or 11146704. OLE color: 11146704.
HSL color Cylindrical-coordinate representation of color #D015AA: hue angle of 312.19º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D015AA is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 21 | 170 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.18 |
| HSL | 312.19º | 0.82% | 0.45% | - |
| HSV(B) | 312.19º | 0.9% | 0.82% | - |
| XYZ | 33.54 | 16.85 | 39.51 | - |
| YUV | 93.9 | 170.95 | 209.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 21 | 170 | 0 | 0.90 | 0.18 | 0.18 | 312.19 | 0.82 | 0.45 |
| Hex | D0 | 15 | AA | 0 | 5A | 12 | 12 | 138 | 52 | 2D |
| Octal | 320 | 25 | 252 | 0 | 132 | 22 | 22 | 470 | 122 | 55 |
| Binary | 11010000 | 10101 | 10101010 | 0 | 1011010 | 10010 | 10010 | 100111000 | 1010010 | 101101 |
Color Harmonies of #D015AA
Complementary color
Monochromatic Colors of #D015AA
Black with #D015AA
Text Example
Text Example
White with #D015AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D015AA; }
p { color: rgb(208,21,170); }
H1.HeaderClassName
{
color: #D015AA;
}
.AnyTagClassName
{
color: #D015AA;
}
</style>
background-color css
<style>
a { background-color: #D015AA; }
a { background-color: rgb(208,21,170); }
div.DivClassName
{
background-color: #D015AA;
}
.BgClassName
{
background-color: #D015AA;
}
</style>
border-color css
<style>
span { border-color: #D015AA; }
span { border-color: rgb(208,21,170); }
td.TdClassName
{
border-color: #D015AA;
}
.TagClassName
{
border-color: #D015AA;
}
</style>