Shades of Medium Violet Red #D90A7A
Tints of Medium Violet Red #D90A7A
RGB
CMYK
RGB Variations
Color information
#D90A7A (or 0xD90A7A) is known color: Medium Violet Red. HEX triplet: D9, 0A and 7A. RGB value is (217,10,122). Sum of RGB (Red+Green+Blue) = 217+10+122=349 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.18% from 349); Green value is 10 (4.30% from 255 or 2.87% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 217 - color contains mainly: red. Hex color #D90A7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90A7A is #26F585. Grayscale: #545454. Windows color (decimal): -2553222 or 7998169. OLE color: 7998169.
HSL color Cylindrical-coordinate representation of color #D90A7A: hue angle of 327.54º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D90A7A is Cyan = 0, Magento = 0.95, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 10 | 122 | - |
| CMYK | 0 | 0.95 | 0.44 | 0.15 |
| HSL | 327.54º | 0.91% | 0.45% | - |
| HSV(B) | 327.54º | 0.95% | 0.85% | - |
| XYZ | 32.24 | 16.37 | 19.87 | - |
| YUV | 84.66 | 149.08 | 222.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 10 | 122 | 0 | 0.95 | 0.44 | 0.15 | 327.54 | 0.91 | 0.45 |
| Hex | D9 | A | 7A | 0 | 5F | 2C | F | 148 | 5B | 2D |
| Octal | 331 | 12 | 172 | 0 | 137 | 54 | 17 | 510 | 133 | 55 |
| Binary | 11011001 | 1010 | 1111010 | 0 | 1011111 | 101100 | 1111 | 101001000 | 1011011 | 101101 |
Color Harmonies of #D90A7A
Complementary color
Monochromatic Colors of #D90A7A
Black with #D90A7A
Text Example
Text Example
White with #D90A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90A7A; }
p { color: rgb(217,10,122); }
H1.HeaderClassName
{
color: #D90A7A;
}
.AnyTagClassName
{
color: #D90A7A;
}
</style>
background-color css
<style>
a { background-color: #D90A7A; }
a { background-color: rgb(217,10,122); }
div.DivClassName
{
background-color: #D90A7A;
}
.BgClassName
{
background-color: #D90A7A;
}
</style>
border-color css
<style>
span { border-color: #D90A7A; }
span { border-color: rgb(217,10,122); }
td.TdClassName
{
border-color: #D90A7A;
}
.TagClassName
{
border-color: #D90A7A;
}
</style>