Shades of Medium Violet Red #D0128F
Tints of Medium Violet Red #D0128F
RGB
CMYK
RGB Variations
Color information
#D0128F (or 0xD0128F) is known color: Medium Violet Red. HEX triplet: D0, 12 and 8F. RGB value is (208,18,143). Sum of RGB (Red+Green+Blue) = 208+18+143=369 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.37% from 369); Green value is 18 (7.42% from 255 or 4.88% from 369); Blue value is 143 (56.25% from 255 or 38.75% from 369); Max value from RGB is 208 - color contains mainly: red. Hex color #D0128F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0128F is #2FED70. Grayscale: #585858. Windows color (decimal): -3140977 or 9376464. OLE color: 9376464.
HSL color Cylindrical-coordinate representation of color #D0128F: hue angle of 320.53º 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 #D0128F is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 18 | 143 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.18 |
| HSL | 320.53º | 0.84% | 0.44% | - |
| HSV(B) | 320.53º | 0.91% | 0.82% | - |
| XYZ | 31.19 | 15.83 | 27.4 | - |
| YUV | 89.06 | 158.45 | 212.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 18 | 143 | 0 | 0.91 | 0.31 | 0.18 | 320.53 | 0.84 | 0.44 |
| Hex | D0 | 12 | 8F | 0 | 5B | 1F | 12 | 141 | 54 | 2C |
| Octal | 320 | 22 | 217 | 0 | 133 | 37 | 22 | 501 | 124 | 54 |
| Binary | 11010000 | 10010 | 10001111 | 0 | 1011011 | 11111 | 10010 | 101000001 | 1010100 | 101100 |
Color Harmonies of #D0128F
Complementary color
Monochromatic Colors of #D0128F
Black with #D0128F
Text Example
Text Example
White with #D0128F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0128F; }
p { color: rgb(208,18,143); }
H1.HeaderClassName
{
color: #D0128F;
}
.AnyTagClassName
{
color: #D0128F;
}
</style>
background-color css
<style>
a { background-color: #D0128F; }
a { background-color: rgb(208,18,143); }
div.DivClassName
{
background-color: #D0128F;
}
.BgClassName
{
background-color: #D0128F;
}
</style>
border-color css
<style>
span { border-color: #D0128F; }
span { border-color: rgb(208,18,143); }
td.TdClassName
{
border-color: #D0128F;
}
.TagClassName
{
border-color: #D0128F;
}
</style>