Shades of Medium Violet Red #D01EA2
Tints of Medium Violet Red #D01EA2
RGB
CMYK
RGB Variations
Color information
#D01EA2 (or 0xD01EA2) is known color: Medium Violet Red. HEX triplet: D0, 1E and A2. RGB value is (208,30,162). Sum of RGB (Red+Green+Blue) = 208+30+162=400 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52% from 400); Green value is 30 (12.11% from 255 or 7.5% from 400); Blue value is 162 (63.67% from 255 or 40.5% from 400); Max value from RGB is 208 - color contains mainly: red. Hex color #D01EA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01EA2 is #2FE15D. Grayscale: #616161. Windows color (decimal): -3137886 or 10624720. OLE color: 10624720.
HSL color Cylindrical-coordinate representation of color #D01EA2: hue angle of 315.51º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D01EA2 is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 30 | 162 | - |
| CMYK | 0 | 0.86 | 0.22 | 0.18 |
| HSL | 315.51º | 0.75% | 0.47% | - |
| HSV(B) | 315.51º | 0.86% | 0.82% | - |
| XYZ | 33 | 16.95 | 35.71 | - |
| YUV | 98.27 | 163.97 | 206.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 30 | 162 | 0 | 0.86 | 0.22 | 0.18 | 315.51 | 0.75 | 0.47 |
| Hex | D0 | 1E | A2 | 0 | 56 | 16 | 12 | 13C | 4B | 2F |
| Octal | 320 | 36 | 242 | 0 | 126 | 26 | 22 | 474 | 113 | 57 |
| Binary | 11010000 | 11110 | 10100010 | 0 | 1010110 | 10110 | 10010 | 100111100 | 1001011 | 101111 |
Color Harmonies of #D01EA2
Complementary color
Monochromatic Colors of #D01EA2
Black with #D01EA2
Text Example
Text Example
White with #D01EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01EA2; }
p { color: rgb(208,30,162); }
H1.HeaderClassName
{
color: #D01EA2;
}
.AnyTagClassName
{
color: #D01EA2;
}
</style>
background-color css
<style>
a { background-color: #D01EA2; }
a { background-color: rgb(208,30,162); }
div.DivClassName
{
background-color: #D01EA2;
}
.BgClassName
{
background-color: #D01EA2;
}
</style>
border-color css
<style>
span { border-color: #D01EA2; }
span { border-color: rgb(208,30,162); }
td.TdClassName
{
border-color: #D01EA2;
}
.TagClassName
{
border-color: #D01EA2;
}
</style>