Shades of Medium Violet Red #D80092
Tints of Medium Violet Red #D80092
RGB
CMYK
RGB Variations
Color information
#D80092 (or 0xD80092) is known color: Medium Violet Red. HEX triplet: D8, 00 and 92. RGB value is (216,0,146). Sum of RGB (Red+Green+Blue) = 216+0+146=362 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.67% from 362); Green value is 0 (0.39% from 255 or 0% from 362); Blue value is 146 (57.42% from 255 or 40.33% from 362); Max value from RGB is 216 - color contains mainly: red. Hex color #D80092 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80092 is #27FF6D. Grayscale: #505050. Windows color (decimal): -2621294 or 9568472. OLE color: 9568472.
HSL color Cylindrical-coordinate representation of color #D80092: hue angle of 319.44º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D80092 is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 0 | 146 | - |
| CMYK | 0 | 1 | 0.32 | 0.15 |
| HSL | 319.44º | 1% | 0.42% | - |
| HSV(B) | 319.44º | 1% | 0.85% | - |
| XYZ | 33.51 | 16.67 | 28.65 | - |
| YUV | 81.23 | 164.56 | 224.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 0 | 146 | 0 | 1 | 0.32 | 0.15 | 319.44 | 1 | 0.42 |
| Hex | D8 | 0 | 92 | 0 | 64 | 20 | F | 13F | 64 | 2A |
| Octal | 330 | 0 | 222 | 0 | 144 | 40 | 17 | 477 | 144 | 52 |
| Binary | 11011000 | 0 | 10010010 | 0 | 1100100 | 100000 | 1111 | 100111111 | 1100100 | 101010 |
Color Harmonies of #D80092
Complementary color
Monochromatic Colors of #D80092
Black with #D80092
Text Example
Text Example
White with #D80092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80092; }
p { color: rgb(216,0,146); }
H1.HeaderClassName
{
color: #D80092;
}
.AnyTagClassName
{
color: #D80092;
}
</style>
background-color css
<style>
a { background-color: #D80092; }
a { background-color: rgb(216,0,146); }
div.DivClassName
{
background-color: #D80092;
}
.BgClassName
{
background-color: #D80092;
}
</style>
border-color css
<style>
span { border-color: #D80092; }
span { border-color: rgb(216,0,146); }
td.TdClassName
{
border-color: #D80092;
}
.TagClassName
{
border-color: #D80092;
}
</style>