Shades of Medium Violet Red #D003A0
Tints of Medium Violet Red #D003A0
RGB
CMYK
RGB Variations
Color information
#D003A0 (or 0xD003A0) is known color: Medium Violet Red. HEX triplet: D0, 03 and A0. RGB value is (208,3,160). Sum of RGB (Red+Green+Blue) = 208+3+160=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 3 (1.56% from 255 or 0.81% from 371); Blue value is 160 (62.89% from 255 or 43.13% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D003A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D003A0 is #2FFC5F. Grayscale: #515151. Windows color (decimal): -3144800 or 10486736. OLE color: 10486736.
HSL color Cylindrical-coordinate representation of color #D003A0: hue angle of 314.05º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D003A0 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 3 | 160 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.18 |
| HSL | 314.05º | 0.97% | 0.41% | - |
| HSV(B) | 314.05º | 0.99% | 0.82% | - |
| XYZ | 32.39 | 16.01 | 34.64 | - |
| YUV | 82.19 | 171.92 | 217.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 3 | 160 | 0 | 0.99 | 0.23 | 0.18 | 314.05 | 0.97 | 0.41 |
| Hex | D0 | 3 | A0 | 0 | 63 | 17 | 12 | 13A | 61 | 29 |
| Octal | 320 | 3 | 240 | 0 | 143 | 27 | 22 | 472 | 141 | 51 |
| Binary | 11010000 | 11 | 10100000 | 0 | 1100011 | 10111 | 10010 | 100111010 | 1100001 | 101001 |
Color Harmonies of #D003A0
Complementary color
Monochromatic Colors of #D003A0
Black with #D003A0
Text Example
Text Example
White with #D003A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D003A0; }
p { color: rgb(208,3,160); }
H1.HeaderClassName
{
color: #D003A0;
}
.AnyTagClassName
{
color: #D003A0;
}
</style>
background-color css
<style>
a { background-color: #D003A0; }
a { background-color: rgb(208,3,160); }
div.DivClassName
{
background-color: #D003A0;
}
.BgClassName
{
background-color: #D003A0;
}
</style>
border-color css
<style>
span { border-color: #D003A0; }
span { border-color: rgb(208,3,160); }
td.TdClassName
{
border-color: #D003A0;
}
.TagClassName
{
border-color: #D003A0;
}
</style>