Shades of Medium Violet Red #D0029E
Tints of Medium Violet Red #D0029E
RGB
CMYK
RGB Variations
Color information
#D0029E (or 0xD0029E) is known color: Medium Violet Red. HEX triplet: D0, 02 and 9E. RGB value is (208,2,158). Sum of RGB (Red+Green+Blue) = 208+2+158=368 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.52% from 368); Green value is 2 (1.17% from 255 or 0.54% from 368); Blue value is 158 (62.11% from 255 or 42.93% from 368); Max value from RGB is 208 - color contains mainly: red. Hex color #D0029E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0029E is #2FFD61. Grayscale: #505050. Windows color (decimal): -3145058 or 10355408. OLE color: 10355408.
HSL color Cylindrical-coordinate representation of color #D0029E: hue angle of 314.56º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D0029E is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 2 | 158 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.18 |
| HSL | 314.56º | 0.98% | 0.41% | - |
| HSV(B) | 314.56º | 0.99% | 0.82% | - |
| XYZ | 32.21 | 15.92 | 33.72 | - |
| YUV | 81.38 | 171.25 | 218.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 2 | 158 | 0 | 0.99 | 0.24 | 0.18 | 314.56 | 0.98 | 0.41 |
| Hex | D0 | 2 | 9E | 0 | 63 | 18 | 12 | 13B | 62 | 29 |
| Octal | 320 | 2 | 236 | 0 | 143 | 30 | 22 | 473 | 142 | 51 |
| Binary | 11010000 | 10 | 10011110 | 0 | 1100011 | 11000 | 10010 | 100111011 | 1100010 | 101001 |
Color Harmonies of #D0029E
Complementary color
Monochromatic Colors of #D0029E
Black with #D0029E
Text Example
Text Example
White with #D0029E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0029E; }
p { color: rgb(208,2,158); }
H1.HeaderClassName
{
color: #D0029E;
}
.AnyTagClassName
{
color: #D0029E;
}
</style>
background-color css
<style>
a { background-color: #D0029E; }
a { background-color: rgb(208,2,158); }
div.DivClassName
{
background-color: #D0029E;
}
.BgClassName
{
background-color: #D0029E;
}
</style>
border-color css
<style>
span { border-color: #D0029E; }
span { border-color: rgb(208,2,158); }
td.TdClassName
{
border-color: #D0029E;
}
.TagClassName
{
border-color: #D0029E;
}
</style>