Shades of Medium Violet Red #D00FA0
Tints of Medium Violet Red #D00FA0
RGB
CMYK
RGB Variations
Color information
#D00FA0 (or 0xD00FA0) is known color: Medium Violet Red. HEX triplet: D0, 0F and A0. RGB value is (208,15,160). Sum of RGB (Red+Green+Blue) = 208+15+160=383 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.31% from 383); Green value is 15 (6.25% from 255 or 3.92% from 383); Blue value is 160 (62.89% from 255 or 41.78% from 383); Max value from RGB is 208 - color contains mainly: red. Hex color #D00FA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00FA0 is #2FF05F. Grayscale: #585858. Windows color (decimal): -3141728 or 10489808. OLE color: 10489808.
HSL color Cylindrical-coordinate representation of color #D00FA0: hue angle of 314.92º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D00FA0 is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 15 | 160 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.18 |
| HSL | 314.92º | 0.87% | 0.44% | - |
| HSV(B) | 314.92º | 0.93% | 0.82% | - |
| XYZ | 32.53 | 16.29 | 34.69 | - |
| YUV | 89.24 | 167.94 | 212.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 15 | 160 | 0 | 0.93 | 0.23 | 0.18 | 314.92 | 0.87 | 0.44 |
| Hex | D0 | F | A0 | 0 | 5D | 17 | 12 | 13B | 57 | 2C |
| Octal | 320 | 17 | 240 | 0 | 135 | 27 | 22 | 473 | 127 | 54 |
| Binary | 11010000 | 1111 | 10100000 | 0 | 1011101 | 10111 | 10010 | 100111011 | 1010111 | 101100 |
Color Harmonies of #D00FA0
Complementary color
Monochromatic Colors of #D00FA0
Black with #D00FA0
Text Example
Text Example
White with #D00FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00FA0; }
p { color: rgb(208,15,160); }
H1.HeaderClassName
{
color: #D00FA0;
}
.AnyTagClassName
{
color: #D00FA0;
}
</style>
background-color css
<style>
a { background-color: #D00FA0; }
a { background-color: rgb(208,15,160); }
div.DivClassName
{
background-color: #D00FA0;
}
.BgClassName
{
background-color: #D00FA0;
}
</style>
border-color css
<style>
span { border-color: #D00FA0; }
span { border-color: rgb(208,15,160); }
td.TdClassName
{
border-color: #D00FA0;
}
.TagClassName
{
border-color: #D00FA0;
}
</style>