Shades of Medium Violet Red #D90291
Tints of Medium Violet Red #D90291
RGB
CMYK
RGB Variations
Color information
#D90291 (or 0xD90291) is known color: Medium Violet Red. HEX triplet: D9, 02 and 91. RGB value is (217,2,145). Sum of RGB (Red+Green+Blue) = 217+2+145=364 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.62% from 364); Green value is 2 (1.17% from 255 or 0.55% from 364); Blue value is 145 (57.03% from 255 or 39.84% from 364); Max value from RGB is 217 - color contains mainly: red. Hex color #D90291 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90291 is #26FD6E. Grayscale: #525252. Windows color (decimal): -2555247 or 9503449. OLE color: 9503449.
HSL color Cylindrical-coordinate representation of color #D90291: hue angle of 320.09º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D90291 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 2 | 145 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.15 |
| HSL | 320.09º | 0.98% | 0.43% | - |
| HSV(B) | 320.09º | 0.99% | 0.85% | - |
| XYZ | 33.75 | 16.84 | 28.26 | - |
| YUV | 82.59 | 163.23 | 223.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 2 | 145 | 0 | 0.99 | 0.33 | 0.15 | 320.09 | 0.98 | 0.43 |
| Hex | D9 | 2 | 91 | 0 | 63 | 21 | F | 140 | 62 | 2B |
| Octal | 331 | 2 | 221 | 0 | 143 | 41 | 17 | 500 | 142 | 53 |
| Binary | 11011001 | 10 | 10010001 | 0 | 1100011 | 100001 | 1111 | 101000000 | 1100010 | 101011 |
Color Harmonies of #D90291
Complementary color
Monochromatic Colors of #D90291
Black with #D90291
Text Example
Text Example
White with #D90291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90291; }
p { color: rgb(217,2,145); }
H1.HeaderClassName
{
color: #D90291;
}
.AnyTagClassName
{
color: #D90291;
}
</style>
background-color css
<style>
a { background-color: #D90291; }
a { background-color: rgb(217,2,145); }
div.DivClassName
{
background-color: #D90291;
}
.BgClassName
{
background-color: #D90291;
}
</style>
border-color css
<style>
span { border-color: #D90291; }
span { border-color: rgb(217,2,145); }
td.TdClassName
{
border-color: #D90291;
}
.TagClassName
{
border-color: #D90291;
}
</style>