Shades of Medium Violet Red #D01AAA
Tints of Medium Violet Red #D01AAA
RGB
CMYK
RGB Variations
Color information
#D01AAA (or 0xD01AAA) is known color: Medium Violet Red. HEX triplet: D0, 1A and AA. RGB value is (208,26,170). Sum of RGB (Red+Green+Blue) = 208+26+170=404 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.49% from 404); Green value is 26 (10.55% from 255 or 6.44% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 208 - color contains mainly: red. Hex color #D01AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01AAA is #2FE555. Grayscale: #606060. Windows color (decimal): -3138902 or 11147984. OLE color: 11147984.
HSL color Cylindrical-coordinate representation of color #D01AAA: hue angle of 312.53º 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 #D01AAA is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 26 | 170 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.18 |
| HSL | 312.53º | 0.78% | 0.46% | - |
| HSV(B) | 312.53º | 0.88% | 0.82% | - |
| XYZ | 33.64 | 17.05 | 39.55 | - |
| YUV | 96.83 | 169.3 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 26 | 170 | 0 | 0.88 | 0.18 | 0.18 | 312.53 | 0.78 | 0.46 |
| Hex | D0 | 1A | AA | 0 | 58 | 12 | 12 | 139 | 4E | 2E |
| Octal | 320 | 32 | 252 | 0 | 130 | 22 | 22 | 471 | 116 | 56 |
| Binary | 11010000 | 11010 | 10101010 | 0 | 1011000 | 10010 | 10010 | 100111001 | 1001110 | 101110 |
Color Harmonies of #D01AAA
Complementary color
Monochromatic Colors of #D01AAA
Black with #D01AAA
Text Example
Text Example
White with #D01AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01AAA; }
p { color: rgb(208,26,170); }
H1.HeaderClassName
{
color: #D01AAA;
}
.AnyTagClassName
{
color: #D01AAA;
}
</style>
background-color css
<style>
a { background-color: #D01AAA; }
a { background-color: rgb(208,26,170); }
div.DivClassName
{
background-color: #D01AAA;
}
.BgClassName
{
background-color: #D01AAA;
}
</style>
border-color css
<style>
span { border-color: #D01AAA; }
span { border-color: rgb(208,26,170); }
td.TdClassName
{
border-color: #D01AAA;
}
.TagClassName
{
border-color: #D01AAA;
}
</style>