Shades of Medium Violet Red #D0129D
Tints of Medium Violet Red #D0129D
RGB
CMYK
RGB Variations
Color information
#D0129D (or 0xD0129D) is known color: Medium Violet Red. HEX triplet: D0, 12 and 9D. RGB value is (208,18,157). Sum of RGB (Red+Green+Blue) = 208+18+157=383 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.31% from 383); Green value is 18 (7.42% from 255 or 4.70% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 208 - color contains mainly: red. Hex color #D0129D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0129D is #2FED62. Grayscale: #5A5A5A. Windows color (decimal): -3140963 or 10293968. OLE color: 10293968.
HSL color Cylindrical-coordinate representation of color #D0129D: hue angle of 316.11º 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 #D0129D is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 18 | 157 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.18 |
| HSL | 316.11º | 0.84% | 0.44% | - |
| HSV(B) | 316.11º | 0.91% | 0.82% | - |
| XYZ | 32.31 | 16.28 | 33.34 | - |
| YUV | 90.66 | 165.45 | 211.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 18 | 157 | 0 | 0.91 | 0.25 | 0.18 | 316.11 | 0.84 | 0.44 |
| Hex | D0 | 12 | 9D | 0 | 5B | 19 | 12 | 13C | 54 | 2C |
| Octal | 320 | 22 | 235 | 0 | 133 | 31 | 22 | 474 | 124 | 54 |
| Binary | 11010000 | 10010 | 10011101 | 0 | 1011011 | 11001 | 10010 | 100111100 | 1010100 | 101100 |
Color Harmonies of #D0129D
Complementary color
Monochromatic Colors of #D0129D
Black with #D0129D
Text Example
Text Example
White with #D0129D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0129D; }
p { color: rgb(208,18,157); }
H1.HeaderClassName
{
color: #D0129D;
}
.AnyTagClassName
{
color: #D0129D;
}
</style>
background-color css
<style>
a { background-color: #D0129D; }
a { background-color: rgb(208,18,157); }
div.DivClassName
{
background-color: #D0129D;
}
.BgClassName
{
background-color: #D0129D;
}
</style>
border-color css
<style>
span { border-color: #D0129D; }
span { border-color: rgb(208,18,157); }
td.TdClassName
{
border-color: #D0129D;
}
.TagClassName
{
border-color: #D0129D;
}
</style>