Shades of Medium Violet Red #D003A2
Tints of Medium Violet Red #D003A2
RGB
CMYK
RGB Variations
Color information
#D003A2 (or 0xD003A2) is known color: Medium Violet Red. HEX triplet: D0, 03 and A2. RGB value is (208,3,162). Sum of RGB (Red+Green+Blue) = 208+3+162=373 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.76% from 373); Green value is 3 (1.56% from 255 or 0.80% from 373); Blue value is 162 (63.67% from 255 or 43.43% from 373); Max value from RGB is 208 - color contains mainly: red. Hex color #D003A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D003A2 is #2FFC5D. Grayscale: #515151. Windows color (decimal): -3144798 or 10617808. OLE color: 10617808.
HSL color Cylindrical-coordinate representation of color #D003A2: hue angle of 313.46º 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 #D003A2 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 3 | 162 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.18 |
| HSL | 313.46º | 0.97% | 0.41% | - |
| HSV(B) | 313.46º | 0.99% | 0.82% | - |
| XYZ | 32.57 | 16.08 | 35.57 | - |
| YUV | 82.42 | 172.92 | 217.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 3 | 162 | 0 | 0.99 | 0.22 | 0.18 | 313.46 | 0.97 | 0.41 |
| Hex | D0 | 3 | A2 | 0 | 63 | 16 | 12 | 139 | 61 | 29 |
| Octal | 320 | 3 | 242 | 0 | 143 | 26 | 22 | 471 | 141 | 51 |
| Binary | 11010000 | 11 | 10100010 | 0 | 1100011 | 10110 | 10010 | 100111001 | 1100001 | 101001 |
Color Harmonies of #D003A2
Complementary color
Monochromatic Colors of #D003A2
Black with #D003A2
Text Example
Text Example
White with #D003A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D003A2; }
p { color: rgb(208,3,162); }
H1.HeaderClassName
{
color: #D003A2;
}
.AnyTagClassName
{
color: #D003A2;
}
</style>
background-color css
<style>
a { background-color: #D003A2; }
a { background-color: rgb(208,3,162); }
div.DivClassName
{
background-color: #D003A2;
}
.BgClassName
{
background-color: #D003A2;
}
</style>
border-color css
<style>
span { border-color: #D003A2; }
span { border-color: rgb(208,3,162); }
td.TdClassName
{
border-color: #D003A2;
}
.TagClassName
{
border-color: #D003A2;
}
</style>