Shades of Medium Violet Red #D01AA2
Tints of Medium Violet Red #D01AA2
RGB
CMYK
RGB Variations
Color information
#D01AA2 (or 0xD01AA2) is known color: Medium Violet Red. HEX triplet: D0, 1A and A2. RGB value is (208,26,162). Sum of RGB (Red+Green+Blue) = 208+26+162=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 26 (10.55% from 255 or 6.57% from 396); Blue value is 162 (63.67% from 255 or 40.91% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D01AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01AA2 is #2FE55D. Grayscale: #5F5F5F. Windows color (decimal): -3138910 or 10623696. OLE color: 10623696.
HSL color Cylindrical-coordinate representation of color #D01AA2: hue angle of 315.16º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01AA2 is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 26 | 162 | - |
| CMYK | 0 | 0.88 | 0.22 | 0.18 |
| HSL | 315.16º | 0.78% | 0.46% | - |
| HSV(B) | 315.16º | 0.88% | 0.82% | - |
| XYZ | 32.9 | 16.76 | 35.68 | - |
| YUV | 95.92 | 165.3 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 26 | 162 | 0 | 0.88 | 0.22 | 0.18 | 315.16 | 0.78 | 0.46 |
| Hex | D0 | 1A | A2 | 0 | 58 | 16 | 12 | 13B | 4E | 2E |
| Octal | 320 | 32 | 242 | 0 | 130 | 26 | 22 | 473 | 116 | 56 |
| Binary | 11010000 | 11010 | 10100010 | 0 | 1011000 | 10110 | 10010 | 100111011 | 1001110 | 101110 |
Color Harmonies of #D01AA2
Complementary color
Monochromatic Colors of #D01AA2
Black with #D01AA2
Text Example
Text Example
White with #D01AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01AA2; }
p { color: rgb(208,26,162); }
H1.HeaderClassName
{
color: #D01AA2;
}
.AnyTagClassName
{
color: #D01AA2;
}
</style>
background-color css
<style>
a { background-color: #D01AA2; }
a { background-color: rgb(208,26,162); }
div.DivClassName
{
background-color: #D01AA2;
}
.BgClassName
{
background-color: #D01AA2;
}
</style>
border-color css
<style>
span { border-color: #D01AA2; }
span { border-color: rgb(208,26,162); }
td.TdClassName
{
border-color: #D01AA2;
}
.TagClassName
{
border-color: #D01AA2;
}
</style>