Shades of Medium Violet Red #D0009A
Tints of Medium Violet Red #D0009A
RGB
CMYK
RGB Variations
Color information
#D0009A (or 0xD0009A) is known color: Medium Violet Red. HEX triplet: D0, 00 and 9A. RGB value is (208,0,154). Sum of RGB (Red+Green+Blue) = 208+0+154=362 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.46% from 362); Green value is 0 (0.39% from 255 or 0% from 362); Blue value is 154 (60.55% from 255 or 42.54% from 362); Max value from RGB is 208 - color contains mainly: red. Hex color #D0009A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0009A is #2FFF65. Grayscale: #4F4F4F. Windows color (decimal): -3145574 or 10092752. OLE color: 10092752.
HSL color Cylindrical-coordinate representation of color #D0009A: hue angle of 315.58º 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 #D0009A is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 0 | 154 | - |
| CMYK | 0 | 1 | 0.26 | 0.18 |
| HSL | 315.58º | 1% | 0.41% | - |
| HSV(B) | 315.58º | 1% | 0.82% | - |
| XYZ | 31.85 | 15.74 | 31.93 | - |
| YUV | 79.75 | 169.91 | 219.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 0 | 154 | 0 | 1 | 0.26 | 0.18 | 315.58 | 1 | 0.41 |
| Hex | D0 | 0 | 9A | 0 | 64 | 1A | 12 | 13C | 64 | 29 |
| Octal | 320 | 0 | 232 | 0 | 144 | 32 | 22 | 474 | 144 | 51 |
| Binary | 11010000 | 0 | 10011010 | 0 | 1100100 | 11010 | 10010 | 100111100 | 1100100 | 101001 |
Color Harmonies of #D0009A
Complementary color
Monochromatic Colors of #D0009A
Black with #D0009A
Text Example
Text Example
White with #D0009A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0009A; }
p { color: rgb(208,0,154); }
H1.HeaderClassName
{
color: #D0009A;
}
.AnyTagClassName
{
color: #D0009A;
}
</style>
background-color css
<style>
a { background-color: #D0009A; }
a { background-color: rgb(208,0,154); }
div.DivClassName
{
background-color: #D0009A;
}
.BgClassName
{
background-color: #D0009A;
}
</style>
border-color css
<style>
span { border-color: #D0009A; }
span { border-color: rgb(208,0,154); }
td.TdClassName
{
border-color: #D0009A;
}
.TagClassName
{
border-color: #D0009A;
}
</style>