Shades of Medium Violet Red #D00A81
Tints of Medium Violet Red #D00A81
RGB
CMYK
RGB Variations
Color information
#D00A81 (or 0xD00A81) is known color: Medium Violet Red. HEX triplet: D0, 0A and 81. RGB value is (208,10,129). Sum of RGB (Red+Green+Blue) = 208+10+129=347 (45% of max value = 765). Red value is 208 (81.64% from 255 or 59.94% from 347); Green value is 10 (4.30% from 255 or 2.88% from 347); Blue value is 129 (50.78% from 255 or 37.18% from 347); Max value from RGB is 208 - color contains mainly: red. Hex color #D00A81 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00A81 is #2FF57E. Grayscale: #525252. Windows color (decimal): -3143039 or 8456912. OLE color: 8456912.
HSL color Cylindrical-coordinate representation of color #D00A81: hue angle of 323.94º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D00A81 is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 10 | 129 | - |
| CMYK | 0 | 0.95 | 0.38 | 0.18 |
| HSL | 323.94º | 0.91% | 0.43% | - |
| HSV(B) | 323.94º | 0.95% | 0.82% | - |
| XYZ | 30.08 | 15.21 | 22.12 | - |
| YUV | 82.77 | 154.1 | 217.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 10 | 129 | 0 | 0.95 | 0.38 | 0.18 | 323.94 | 0.91 | 0.43 |
| Hex | D0 | A | 81 | 0 | 5F | 26 | 12 | 144 | 5B | 2B |
| Octal | 320 | 12 | 201 | 0 | 137 | 46 | 22 | 504 | 133 | 53 |
| Binary | 11010000 | 1010 | 10000001 | 0 | 1011111 | 100110 | 10010 | 101000100 | 1011011 | 101011 |
Color Harmonies of #D00A81
Complementary color
Monochromatic Colors of #D00A81
Black with #D00A81
Text Example
Text Example
White with #D00A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00A81; }
p { color: rgb(208,10,129); }
H1.HeaderClassName
{
color: #D00A81;
}
.AnyTagClassName
{
color: #D00A81;
}
</style>
background-color css
<style>
a { background-color: #D00A81; }
a { background-color: rgb(208,10,129); }
div.DivClassName
{
background-color: #D00A81;
}
.BgClassName
{
background-color: #D00A81;
}
</style>
border-color css
<style>
span { border-color: #D00A81; }
span { border-color: rgb(208,10,129); }
td.TdClassName
{
border-color: #D00A81;
}
.TagClassName
{
border-color: #D00A81;
}
</style>