Shades of Medium Violet Red #D01FA0
Tints of Medium Violet Red #D01FA0
RGB
CMYK
RGB Variations
Color information
#D01FA0 (or 0xD01FA0) is known color: Medium Violet Red. HEX triplet: D0, 1F and A0. RGB value is (208,31,160). Sum of RGB (Red+Green+Blue) = 208+31+160=399 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.13% from 399); Green value is 31 (12.5% from 255 or 7.77% from 399); Blue value is 160 (62.89% from 255 or 40.10% from 399); Max value from RGB is 208 - color contains mainly: red. Hex color #D01FA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01FA0 is #2FE05F. Grayscale: #626262. Windows color (decimal): -3137632 or 10493904. OLE color: 10493904.
HSL color Cylindrical-coordinate representation of color #D01FA0: hue angle of 316.27º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D01FA0 is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 31 | 160 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.18 |
| HSL | 316.27º | 0.74% | 0.47% | - |
| HSV(B) | 316.27º | 0.85% | 0.82% | - |
| XYZ | 32.85 | 16.93 | 34.79 | - |
| YUV | 98.63 | 162.64 | 206.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 31 | 160 | 0 | 0.85 | 0.23 | 0.18 | 316.27 | 0.74 | 0.47 |
| Hex | D0 | 1F | A0 | 0 | 55 | 17 | 12 | 13C | 4A | 2F |
| Octal | 320 | 37 | 240 | 0 | 125 | 27 | 22 | 474 | 112 | 57 |
| Binary | 11010000 | 11111 | 10100000 | 0 | 1010101 | 10111 | 10010 | 100111100 | 1001010 | 101111 |
Color Harmonies of #D01FA0
Complementary color
Monochromatic Colors of #D01FA0
Black with #D01FA0
Text Example
Text Example
White with #D01FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01FA0; }
p { color: rgb(208,31,160); }
H1.HeaderClassName
{
color: #D01FA0;
}
.AnyTagClassName
{
color: #D01FA0;
}
</style>
background-color css
<style>
a { background-color: #D01FA0; }
a { background-color: rgb(208,31,160); }
div.DivClassName
{
background-color: #D01FA0;
}
.BgClassName
{
background-color: #D01FA0;
}
</style>
border-color css
<style>
span { border-color: #D01FA0; }
span { border-color: rgb(208,31,160); }
td.TdClassName
{
border-color: #D01FA0;
}
.TagClassName
{
border-color: #D01FA0;
}
</style>