Shades of Medium Violet Red #D00A7A
Tints of Medium Violet Red #D00A7A
RGB
CMYK
RGB Variations
Color information
#D00A7A (or 0xD00A7A) is known color: Medium Violet Red. HEX triplet: D0, 0A and 7A. RGB value is (208,10,122). Sum of RGB (Red+Green+Blue) = 208+10+122=340 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.18% from 340); Green value is 10 (4.30% from 255 or 2.94% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 208 - color contains mainly: red. Hex color #D00A7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00A7A is #2FF585. Grayscale: #515151. Windows color (decimal): -3143046 or 7998160. OLE color: 7998160.
HSL color Cylindrical-coordinate representation of color #D00A7A: hue angle of 326.06º 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 #D00A7A is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 10 | 122 | - |
| CMYK | 0 | 0.95 | 0.41 | 0.18 |
| HSL | 326.06º | 0.91% | 0.43% | - |
| HSV(B) | 326.06º | 0.95% | 0.82% | - |
| XYZ | 29.63 | 15.03 | 19.75 | - |
| YUV | 81.97 | 150.6 | 217.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 10 | 122 | 0 | 0.95 | 0.41 | 0.18 | 326.06 | 0.91 | 0.43 |
| Hex | D0 | A | 7A | 0 | 5F | 29 | 12 | 146 | 5B | 2B |
| Octal | 320 | 12 | 172 | 0 | 137 | 51 | 22 | 506 | 133 | 53 |
| Binary | 11010000 | 1010 | 1111010 | 0 | 1011111 | 101001 | 10010 | 101000110 | 1011011 | 101011 |
Color Harmonies of #D00A7A
Complementary color
Monochromatic Colors of #D00A7A
Black with #D00A7A
Text Example
Text Example
White with #D00A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00A7A; }
p { color: rgb(208,10,122); }
H1.HeaderClassName
{
color: #D00A7A;
}
.AnyTagClassName
{
color: #D00A7A;
}
</style>
background-color css
<style>
a { background-color: #D00A7A; }
a { background-color: rgb(208,10,122); }
div.DivClassName
{
background-color: #D00A7A;
}
.BgClassName
{
background-color: #D00A7A;
}
</style>
border-color css
<style>
span { border-color: #D00A7A; }
span { border-color: rgb(208,10,122); }
td.TdClassName
{
border-color: #D00A7A;
}
.TagClassName
{
border-color: #D00A7A;
}
</style>