Shades of Medium Violet Red #D0129E
Tints of Medium Violet Red #D0129E
RGB
CMYK
RGB Variations
Color information
#D0129E (or 0xD0129E) is known color: Medium Violet Red. HEX triplet: D0, 12 and 9E. RGB value is (208,18,158). Sum of RGB (Red+Green+Blue) = 208+18+158=384 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.17% from 384); Green value is 18 (7.42% from 255 or 4.69% from 384); Blue value is 158 (62.11% from 255 or 41.15% from 384); Max value from RGB is 208 - color contains mainly: red. Hex color #D0129E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0129E is #2FED61. Grayscale: #5A5A5A. Windows color (decimal): -3140962 or 10359504. OLE color: 10359504.
HSL color Cylindrical-coordinate representation of color #D0129E: hue angle of 315.79º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D0129E is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 18 | 158 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.18 |
| HSL | 315.79º | 0.84% | 0.44% | - |
| HSV(B) | 315.79º | 0.91% | 0.82% | - |
| XYZ | 32.4 | 16.31 | 33.79 | - |
| YUV | 90.77 | 165.95 | 211.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 18 | 158 | 0 | 0.91 | 0.24 | 0.18 | 315.79 | 0.84 | 0.44 |
| Hex | D0 | 12 | 9E | 0 | 5B | 18 | 12 | 13C | 54 | 2C |
| Octal | 320 | 22 | 236 | 0 | 133 | 30 | 22 | 474 | 124 | 54 |
| Binary | 11010000 | 10010 | 10011110 | 0 | 1011011 | 11000 | 10010 | 100111100 | 1010100 | 101100 |
Color Harmonies of #D0129E
Complementary color
Monochromatic Colors of #D0129E
Black with #D0129E
Text Example
Text Example
White with #D0129E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0129E; }
p { color: rgb(208,18,158); }
H1.HeaderClassName
{
color: #D0129E;
}
.AnyTagClassName
{
color: #D0129E;
}
</style>
background-color css
<style>
a { background-color: #D0129E; }
a { background-color: rgb(208,18,158); }
div.DivClassName
{
background-color: #D0129E;
}
.BgClassName
{
background-color: #D0129E;
}
</style>
border-color css
<style>
span { border-color: #D0129E; }
span { border-color: rgb(208,18,158); }
td.TdClassName
{
border-color: #D0129E;
}
.TagClassName
{
border-color: #D0129E;
}
</style>