Shades of Medium Violet Red #D90A98
Tints of Medium Violet Red #D90A98
RGB
CMYK
RGB Variations
Color information
#D90A98 (or 0xD90A98) is known color: Medium Violet Red. HEX triplet: D9, 0A and 98. RGB value is (217,10,152). Sum of RGB (Red+Green+Blue) = 217+10+152=379 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.26% from 379); Green value is 10 (4.30% from 255 or 2.64% from 379); Blue value is 152 (59.77% from 255 or 40.11% from 379); Max value from RGB is 217 - color contains mainly: red. Hex color #D90A98 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90A98 is #26F567. Grayscale: #575757. Windows color (decimal): -2553192 or 9964249. OLE color: 9964249.
HSL color Cylindrical-coordinate representation of color #D90A98: hue angle of 318.84º 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 #D90A98 is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 10 | 152 | - |
| CMYK | 0 | 0.95 | 0.30 | 0.15 |
| HSL | 318.84º | 0.91% | 0.45% | - |
| HSV(B) | 318.84º | 0.95% | 0.85% | - |
| XYZ | 34.39 | 17.24 | 31.22 | - |
| YUV | 88.08 | 164.08 | 219.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 10 | 152 | 0 | 0.95 | 0.30 | 0.15 | 318.84 | 0.91 | 0.45 |
| Hex | D9 | A | 98 | 0 | 5F | 1E | F | 13F | 5B | 2D |
| Octal | 331 | 12 | 230 | 0 | 137 | 36 | 17 | 477 | 133 | 55 |
| Binary | 11011001 | 1010 | 10011000 | 0 | 1011111 | 11110 | 1111 | 100111111 | 1011011 | 101101 |
Color Harmonies of #D90A98
Complementary color
Monochromatic Colors of #D90A98
Black with #D90A98
Text Example
Text Example
White with #D90A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90A98; }
p { color: rgb(217,10,152); }
H1.HeaderClassName
{
color: #D90A98;
}
.AnyTagClassName
{
color: #D90A98;
}
</style>
background-color css
<style>
a { background-color: #D90A98; }
a { background-color: rgb(217,10,152); }
div.DivClassName
{
background-color: #D90A98;
}
.BgClassName
{
background-color: #D90A98;
}
</style>
border-color css
<style>
span { border-color: #D90A98; }
span { border-color: rgb(217,10,152); }
td.TdClassName
{
border-color: #D90A98;
}
.TagClassName
{
border-color: #D90A98;
}
</style>