Shades of Medium Violet Red #D0029D
Tints of Medium Violet Red #D0029D
RGB
CMYK
RGB Variations
Color information
#D0029D (or 0xD0029D) is known color: Medium Violet Red. HEX triplet: D0, 02 and 9D. RGB value is (208,2,157). Sum of RGB (Red+Green+Blue) = 208+2+157=367 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.68% from 367); Green value is 2 (1.17% from 255 or 0.54% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 208 - color contains mainly: red. Hex color #D0029D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0029D is #2FFD62. Grayscale: #505050. Windows color (decimal): -3145059 or 10289872. OLE color: 10289872.
HSL color Cylindrical-coordinate representation of color #D0029D: hue angle of 314.85º 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 #D0029D is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 2 | 157 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.18 |
| HSL | 314.85º | 0.98% | 0.41% | - |
| HSV(B) | 314.85º | 0.99% | 0.82% | - |
| XYZ | 32.12 | 15.89 | 33.27 | - |
| YUV | 81.26 | 170.75 | 218.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 2 | 157 | 0 | 0.99 | 0.25 | 0.18 | 314.85 | 0.98 | 0.41 |
| Hex | D0 | 2 | 9D | 0 | 63 | 19 | 12 | 13B | 62 | 29 |
| Octal | 320 | 2 | 235 | 0 | 143 | 31 | 22 | 473 | 142 | 51 |
| Binary | 11010000 | 10 | 10011101 | 0 | 1100011 | 11001 | 10010 | 100111011 | 1100010 | 101001 |
Color Harmonies of #D0029D
Complementary color
Monochromatic Colors of #D0029D
Black with #D0029D
Text Example
Text Example
White with #D0029D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0029D; }
p { color: rgb(208,2,157); }
H1.HeaderClassName
{
color: #D0029D;
}
.AnyTagClassName
{
color: #D0029D;
}
</style>
background-color css
<style>
a { background-color: #D0029D; }
a { background-color: rgb(208,2,157); }
div.DivClassName
{
background-color: #D0029D;
}
.BgClassName
{
background-color: #D0029D;
}
</style>
border-color css
<style>
span { border-color: #D0029D; }
span { border-color: rgb(208,2,157); }
td.TdClassName
{
border-color: #D0029D;
}
.TagClassName
{
border-color: #D0029D;
}
</style>