Shades of Medium Violet Red #D90C98
Tints of Medium Violet Red #D90C98
RGB
CMYK
RGB Variations
Color information
#D90C98 (or 0xD90C98) is known color: Medium Violet Red. HEX triplet: D9, 0C and 98. RGB value is (217,12,152). Sum of RGB (Red+Green+Blue) = 217+12+152=381 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.96% from 381); Green value is 12 (5.08% from 255 or 3.15% from 381); Blue value is 152 (59.77% from 255 or 39.90% from 381); Max value from RGB is 217 - color contains mainly: red. Hex color #D90C98 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90C98 is #26F367. Grayscale: #585858. Windows color (decimal): -2552680 or 9964761. OLE color: 9964761.
HSL color Cylindrical-coordinate representation of color #D90C98: hue angle of 319.02º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D90C98 is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 12 | 152 | - |
| CMYK | 0 | 0.94 | 0.30 | 0.15 |
| HSL | 319.02º | 0.9% | 0.45% | - |
| HSV(B) | 319.02º | 0.94% | 0.85% | - |
| XYZ | 34.41 | 17.28 | 31.23 | - |
| YUV | 89.26 | 163.42 | 219.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 12 | 152 | 0 | 0.94 | 0.30 | 0.15 | 319.02 | 0.9 | 0.45 |
| Hex | D9 | C | 98 | 0 | 5E | 1E | F | 13F | 5A | 2D |
| Octal | 331 | 14 | 230 | 0 | 136 | 36 | 17 | 477 | 132 | 55 |
| Binary | 11011001 | 1100 | 10011000 | 0 | 1011110 | 11110 | 1111 | 100111111 | 1011010 | 101101 |
Color Harmonies of #D90C98
Complementary color
Monochromatic Colors of #D90C98
Black with #D90C98
Text Example
Text Example
White with #D90C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90C98; }
p { color: rgb(217,12,152); }
H1.HeaderClassName
{
color: #D90C98;
}
.AnyTagClassName
{
color: #D90C98;
}
</style>
background-color css
<style>
a { background-color: #D90C98; }
a { background-color: rgb(217,12,152); }
div.DivClassName
{
background-color: #D90C98;
}
.BgClassName
{
background-color: #D90C98;
}
</style>
border-color css
<style>
span { border-color: #D90C98; }
span { border-color: rgb(217,12,152); }
td.TdClassName
{
border-color: #D90C98;
}
.TagClassName
{
border-color: #D90C98;
}
</style>