Shades of Medium Violet Red #D0128B
Tints of Medium Violet Red #D0128B
RGB
CMYK
RGB Variations
Color information
#D0128B (or 0xD0128B) is known color: Medium Violet Red. HEX triplet: D0, 12 and 8B. RGB value is (208,18,139). Sum of RGB (Red+Green+Blue) = 208+18+139=365 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.99% from 365); Green value is 18 (7.42% from 255 or 4.93% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 208 - color contains mainly: red. Hex color #D0128B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0128B is #2FED74. Grayscale: #585858. Windows color (decimal): -3140981 or 9114320. OLE color: 9114320.
HSL color Cylindrical-coordinate representation of color #D0128B: hue angle of 321.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 #D0128B is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 18 | 139 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.18 |
| HSL | 321.79º | 0.84% | 0.44% | - |
| HSV(B) | 321.79º | 0.91% | 0.82% | - |
| XYZ | 30.89 | 15.71 | 25.83 | - |
| YUV | 88.6 | 156.45 | 213.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 18 | 139 | 0 | 0.91 | 0.33 | 0.18 | 321.79 | 0.84 | 0.44 |
| Hex | D0 | 12 | 8B | 0 | 5B | 21 | 12 | 142 | 54 | 2C |
| Octal | 320 | 22 | 213 | 0 | 133 | 41 | 22 | 502 | 124 | 54 |
| Binary | 11010000 | 10010 | 10001011 | 0 | 1011011 | 100001 | 10010 | 101000010 | 1010100 | 101100 |
Color Harmonies of #D0128B
Complementary color
Monochromatic Colors of #D0128B
Black with #D0128B
Text Example
Text Example
White with #D0128B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0128B; }
p { color: rgb(208,18,139); }
H1.HeaderClassName
{
color: #D0128B;
}
.AnyTagClassName
{
color: #D0128B;
}
</style>
background-color css
<style>
a { background-color: #D0128B; }
a { background-color: rgb(208,18,139); }
div.DivClassName
{
background-color: #D0128B;
}
.BgClassName
{
background-color: #D0128B;
}
</style>
border-color css
<style>
span { border-color: #D0128B; }
span { border-color: rgb(208,18,139); }
td.TdClassName
{
border-color: #D0128B;
}
.TagClassName
{
border-color: #D0128B;
}
</style>