Shades of Medium Violet Red #D01FA2
Tints of Medium Violet Red #D01FA2
RGB
CMYK
RGB Variations
Color information
#D01FA2 (or 0xD01FA2) is known color: Medium Violet Red. HEX triplet: D0, 1F and A2. RGB value is (208,31,162). Sum of RGB (Red+Green+Blue) = 208+31+162=401 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.87% from 401); Green value is 31 (12.5% from 255 or 7.73% from 401); Blue value is 162 (63.67% from 255 or 40.40% from 401); Max value from RGB is 208 - color contains mainly: red. Hex color #D01FA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01FA2 is #2FE05D. Grayscale: #626262. Windows color (decimal): -3137630 or 10624976. OLE color: 10624976.
HSL color Cylindrical-coordinate representation of color #D01FA2: hue angle of 315.59º 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 #D01FA2 is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 31 | 162 | - |
| CMYK | 0 | 0.85 | 0.22 | 0.18 |
| HSL | 315.59º | 0.74% | 0.47% | - |
| HSV(B) | 315.59º | 0.85% | 0.82% | - |
| XYZ | 33.02 | 17 | 35.72 | - |
| YUV | 98.86 | 163.64 | 205.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 31 | 162 | 0 | 0.85 | 0.22 | 0.18 | 315.59 | 0.74 | 0.47 |
| Hex | D0 | 1F | A2 | 0 | 55 | 16 | 12 | 13C | 4A | 2F |
| Octal | 320 | 37 | 242 | 0 | 125 | 26 | 22 | 474 | 112 | 57 |
| Binary | 11010000 | 11111 | 10100010 | 0 | 1010101 | 10110 | 10010 | 100111100 | 1001010 | 101111 |
Color Harmonies of #D01FA2
Complementary color
Monochromatic Colors of #D01FA2
Black with #D01FA2
Text Example
Text Example
White with #D01FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01FA2; }
p { color: rgb(208,31,162); }
H1.HeaderClassName
{
color: #D01FA2;
}
.AnyTagClassName
{
color: #D01FA2;
}
</style>
background-color css
<style>
a { background-color: #D01FA2; }
a { background-color: rgb(208,31,162); }
div.DivClassName
{
background-color: #D01FA2;
}
.BgClassName
{
background-color: #D01FA2;
}
</style>
border-color css
<style>
span { border-color: #D01FA2; }
span { border-color: rgb(208,31,162); }
td.TdClassName
{
border-color: #D01FA2;
}
.TagClassName
{
border-color: #D01FA2;
}
</style>