Shades of Medium Violet Red #D90092
Tints of Medium Violet Red #D90092
RGB
CMYK
RGB Variations
Color information
#D90092 (or 0xD90092) is known color: Medium Violet Red. HEX triplet: D9, 00 and 92. RGB value is (217,0,146). Sum of RGB (Red+Green+Blue) = 217+0+146=363 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.78% from 363); Green value is 0 (0.39% from 255 or 0% from 363); Blue value is 146 (57.42% from 255 or 40.22% from 363); Max value from RGB is 217 - color contains mainly: red. Hex color #D90092 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90092 is #26FF6D. Grayscale: #515151. Windows color (decimal): -2555758 or 9568473. OLE color: 9568473.
HSL color Cylindrical-coordinate representation of color #D90092: hue angle of 319.63º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D90092 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 0 | 146 | - |
| CMYK | 0 | 1 | 0.33 | 0.15 |
| HSL | 319.63º | 1% | 0.43% | - |
| HSV(B) | 319.63º | 1% | 0.85% | - |
| XYZ | 33.8 | 16.83 | 28.66 | - |
| YUV | 81.53 | 164.39 | 224.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 0 | 146 | 0 | 1 | 0.33 | 0.15 | 319.63 | 1 | 0.43 |
| Hex | D9 | 0 | 92 | 0 | 64 | 21 | F | 140 | 64 | 2B |
| Octal | 331 | 0 | 222 | 0 | 144 | 41 | 17 | 500 | 144 | 53 |
| Binary | 11011001 | 0 | 10010010 | 0 | 1100100 | 100001 | 1111 | 101000000 | 1100100 | 101011 |
Color Harmonies of #D90092
Complementary color
Monochromatic Colors of #D90092
Black with #D90092
Text Example
Text Example
White with #D90092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90092; }
p { color: rgb(217,0,146); }
H1.HeaderClassName
{
color: #D90092;
}
.AnyTagClassName
{
color: #D90092;
}
</style>
background-color css
<style>
a { background-color: #D90092; }
a { background-color: rgb(217,0,146); }
div.DivClassName
{
background-color: #D90092;
}
.BgClassName
{
background-color: #D90092;
}
</style>
border-color css
<style>
span { border-color: #D90092; }
span { border-color: rgb(217,0,146); }
td.TdClassName
{
border-color: #D90092;
}
.TagClassName
{
border-color: #D90092;
}
</style>