Shades of Medium Violet Red #D0009F
Tints of Medium Violet Red #D0009F
RGB
CMYK
RGB Variations
Color information
#D0009F (or 0xD0009F) is known color: Medium Violet Red. HEX triplet: D0, 00 and 9F. RGB value is (208,0,159). Sum of RGB (Red+Green+Blue) = 208+0+159=367 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.68% from 367); Green value is 0 (0.39% from 255 or 0% from 367); Blue value is 159 (62.5% from 255 or 43.32% from 367); Max value from RGB is 208 - color contains mainly: red. Hex color #D0009F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0009F is #2FFF60. Grayscale: #4F4F4F. Windows color (decimal): -3145569 or 10420432. OLE color: 10420432.
HSL color Cylindrical-coordinate representation of color #D0009F: hue angle of 314.13º 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 #D0009F is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 0 | 159 | - |
| CMYK | 0 | 1 | 0.24 | 0.18 |
| HSL | 314.13º | 1% | 0.41% | - |
| HSV(B) | 314.13º | 1% | 0.82% | - |
| XYZ | 32.27 | 15.91 | 34.17 | - |
| YUV | 80.32 | 172.41 | 219.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 0 | 159 | 0 | 1 | 0.24 | 0.18 | 314.13 | 1 | 0.41 |
| Hex | D0 | 0 | 9F | 0 | 64 | 18 | 12 | 13A | 64 | 29 |
| Octal | 320 | 0 | 237 | 0 | 144 | 30 | 22 | 472 | 144 | 51 |
| Binary | 11010000 | 0 | 10011111 | 0 | 1100100 | 11000 | 10010 | 100111010 | 1100100 | 101001 |
Color Harmonies of #D0009F
Complementary color
Monochromatic Colors of #D0009F
Black with #D0009F
Text Example
Text Example
White with #D0009F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0009F; }
p { color: rgb(208,0,159); }
H1.HeaderClassName
{
color: #D0009F;
}
.AnyTagClassName
{
color: #D0009F;
}
</style>
background-color css
<style>
a { background-color: #D0009F; }
a { background-color: rgb(208,0,159); }
div.DivClassName
{
background-color: #D0009F;
}
.BgClassName
{
background-color: #D0009F;
}
</style>
border-color css
<style>
span { border-color: #D0009F; }
span { border-color: rgb(208,0,159); }
td.TdClassName
{
border-color: #D0009F;
}
.TagClassName
{
border-color: #D0009F;
}
</style>