Shades of Medium Violet Red #D003A1
Tints of Medium Violet Red #D003A1
RGB
CMYK
RGB Variations
Color information
#D003A1 (or 0xD003A1) is known color: Medium Violet Red. HEX triplet: D0, 03 and A1. RGB value is (208,3,161). Sum of RGB (Red+Green+Blue) = 208+3+161=372 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.91% from 372); Green value is 3 (1.56% from 255 or 0.81% from 372); Blue value is 161 (63.28% from 255 or 43.28% from 372); Max value from RGB is 208 - color contains mainly: red. Hex color #D003A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D003A1 is #2FFC5E. Grayscale: #515151. Windows color (decimal): -3144799 or 10552272. OLE color: 10552272.
HSL color Cylindrical-coordinate representation of color #D003A1: hue angle of 313.76º 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 #D003A1 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 3 | 161 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.18 |
| HSL | 313.76º | 0.97% | 0.41% | - |
| HSV(B) | 313.76º | 0.99% | 0.82% | - |
| XYZ | 32.48 | 16.05 | 35.1 | - |
| YUV | 82.31 | 172.42 | 217.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 3 | 161 | 0 | 0.99 | 0.23 | 0.18 | 313.76 | 0.97 | 0.41 |
| Hex | D0 | 3 | A1 | 0 | 63 | 17 | 12 | 13A | 61 | 29 |
| Octal | 320 | 3 | 241 | 0 | 143 | 27 | 22 | 472 | 141 | 51 |
| Binary | 11010000 | 11 | 10100001 | 0 | 1100011 | 10111 | 10010 | 100111010 | 1100001 | 101001 |
Color Harmonies of #D003A1
Complementary color
Monochromatic Colors of #D003A1
Black with #D003A1
Text Example
Text Example
White with #D003A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D003A1; }
p { color: rgb(208,3,161); }
H1.HeaderClassName
{
color: #D003A1;
}
.AnyTagClassName
{
color: #D003A1;
}
</style>
background-color css
<style>
a { background-color: #D003A1; }
a { background-color: rgb(208,3,161); }
div.DivClassName
{
background-color: #D003A1;
}
.BgClassName
{
background-color: #D003A1;
}
</style>
border-color css
<style>
span { border-color: #D003A1; }
span { border-color: rgb(208,3,161); }
td.TdClassName
{
border-color: #D003A1;
}
.TagClassName
{
border-color: #D003A1;
}
</style>