Shades of Medium Violet Red #D90293
Tints of Medium Violet Red #D90293
RGB
CMYK
RGB Variations
Color information
#D90293 (or 0xD90293) is known color: Medium Violet Red. HEX triplet: D9, 02 and 93. RGB value is (217,2,147). Sum of RGB (Red+Green+Blue) = 217+2+147=366 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.29% from 366); Green value is 2 (1.17% from 255 or 0.55% from 366); Blue value is 147 (57.81% from 255 or 40.16% from 366); Max value from RGB is 217 - color contains mainly: red. Hex color #D90293 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90293 is #26FD6C. Grayscale: #525252. Windows color (decimal): -2555245 or 9634521. OLE color: 9634521.
HSL color Cylindrical-coordinate representation of color #D90293: hue angle of 319.53º 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 #D90293 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 2 | 147 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.15 |
| HSL | 319.53º | 0.98% | 0.43% | - |
| HSV(B) | 319.53º | 0.99% | 0.85% | - |
| XYZ | 33.9 | 16.9 | 29.08 | - |
| YUV | 82.82 | 164.23 | 223.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 2 | 147 | 0 | 0.99 | 0.32 | 0.15 | 319.53 | 0.98 | 0.43 |
| Hex | D9 | 2 | 93 | 0 | 63 | 20 | F | 140 | 62 | 2B |
| Octal | 331 | 2 | 223 | 0 | 143 | 40 | 17 | 500 | 142 | 53 |
| Binary | 11011001 | 10 | 10010011 | 0 | 1100011 | 100000 | 1111 | 101000000 | 1100010 | 101011 |
Color Harmonies of #D90293
Complementary color
Monochromatic Colors of #D90293
Black with #D90293
Text Example
Text Example
White with #D90293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90293; }
p { color: rgb(217,2,147); }
H1.HeaderClassName
{
color: #D90293;
}
.AnyTagClassName
{
color: #D90293;
}
</style>
background-color css
<style>
a { background-color: #D90293; }
a { background-color: rgb(217,2,147); }
div.DivClassName
{
background-color: #D90293;
}
.BgClassName
{
background-color: #D90293;
}
</style>
border-color css
<style>
span { border-color: #D90293; }
span { border-color: rgb(217,2,147); }
td.TdClassName
{
border-color: #D90293;
}
.TagClassName
{
border-color: #D90293;
}
</style>