Shades of Medium Violet Red #D0009D
Tints of Medium Violet Red #D0009D
RGB
CMYK
RGB Variations
Color information
#D0009D (or 0xD0009D) is known color: Medium Violet Red. HEX triplet: D0, 00 and 9D. RGB value is (208,0,157). Sum of RGB (Red+Green+Blue) = 208+0+157=365 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.99% from 365); Green value is 0 (0.39% from 255 or 0% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 208 - color contains mainly: red. Hex color #D0009D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0009D is #2FFF62. Grayscale: #4F4F4F. Windows color (decimal): -3145571 or 10289360. OLE color: 10289360.
HSL color Cylindrical-coordinate representation of color #D0009D: hue angle of 314.71º 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 #D0009D is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 0 | 157 | - |
| CMYK | 0 | 1 | 0.25 | 0.18 |
| HSL | 314.71º | 1% | 0.41% | - |
| HSV(B) | 314.71º | 1% | 0.82% | - |
| XYZ | 32.1 | 15.84 | 33.26 | - |
| YUV | 80.09 | 171.41 | 219.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 0 | 157 | 0 | 1 | 0.25 | 0.18 | 314.71 | 1 | 0.41 |
| Hex | D0 | 0 | 9D | 0 | 64 | 19 | 12 | 13B | 64 | 29 |
| Octal | 320 | 0 | 235 | 0 | 144 | 31 | 22 | 473 | 144 | 51 |
| Binary | 11010000 | 0 | 10011101 | 0 | 1100100 | 11001 | 10010 | 100111011 | 1100100 | 101001 |
Color Harmonies of #D0009D
Complementary color
Monochromatic Colors of #D0009D
Black with #D0009D
Text Example
Text Example
White with #D0009D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0009D; }
p { color: rgb(208,0,157); }
H1.HeaderClassName
{
color: #D0009D;
}
.AnyTagClassName
{
color: #D0009D;
}
</style>
background-color css
<style>
a { background-color: #D0009D; }
a { background-color: rgb(208,0,157); }
div.DivClassName
{
background-color: #D0009D;
}
.BgClassName
{
background-color: #D0009D;
}
</style>
border-color css
<style>
span { border-color: #D0009D; }
span { border-color: rgb(208,0,157); }
td.TdClassName
{
border-color: #D0009D;
}
.TagClassName
{
border-color: #D0009D;
}
</style>