Shades of Medium Violet Red #D00092
Tints of Medium Violet Red #D00092
RGB
CMYK
RGB Variations
Color information
#D00092 (or 0xD00092) is known color: Medium Violet Red. HEX triplet: D0, 00 and 92. RGB value is (208,0,146). Sum of RGB (Red+Green+Blue) = 208+0+146=354 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.76% from 354); Green value is 0 (0.39% from 255 or 0% from 354); Blue value is 146 (57.42% from 255 or 41.24% from 354); Max value from RGB is 208 - color contains mainly: red. Hex color #D00092 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00092 is #2FFF6D. Grayscale: #4E4E4E. Windows color (decimal): -3145582 or 9568464. OLE color: 9568464.
HSL color Cylindrical-coordinate representation of color #D00092: hue angle of 317.88º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D00092 is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 0 | 146 | - |
| CMYK | 0 | 1 | 0.30 | 0.18 |
| HSL | 317.88º | 1% | 0.41% | - |
| HSV(B) | 317.88º | 1% | 0.82% | - |
| XYZ | 31.2 | 15.49 | 28.54 | - |
| YUV | 78.84 | 165.91 | 220.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 0 | 146 | 0 | 1 | 0.30 | 0.18 | 317.88 | 1 | 0.41 |
| Hex | D0 | 0 | 92 | 0 | 64 | 1E | 12 | 13E | 64 | 29 |
| Octal | 320 | 0 | 222 | 0 | 144 | 36 | 22 | 476 | 144 | 51 |
| Binary | 11010000 | 0 | 10010010 | 0 | 1100100 | 11110 | 10010 | 100111110 | 1100100 | 101001 |
Color Harmonies of #D00092
Complementary color
Monochromatic Colors of #D00092
Black with #D00092
Text Example
Text Example
White with #D00092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00092; }
p { color: rgb(208,0,146); }
H1.HeaderClassName
{
color: #D00092;
}
.AnyTagClassName
{
color: #D00092;
}
</style>
background-color css
<style>
a { background-color: #D00092; }
a { background-color: rgb(208,0,146); }
div.DivClassName
{
background-color: #D00092;
}
.BgClassName
{
background-color: #D00092;
}
</style>
border-color css
<style>
span { border-color: #D00092; }
span { border-color: rgb(208,0,146); }
td.TdClassName
{
border-color: #D00092;
}
.TagClassName
{
border-color: #D00092;
}
</style>