Shades of Medium Violet Red #D0127F
Tints of Medium Violet Red #D0127F
RGB
CMYK
RGB Variations
Color information
#D0127F (or 0xD0127F) is known color: Medium Violet Red. HEX triplet: D0, 12 and 7F. RGB value is (208,18,127). Sum of RGB (Red+Green+Blue) = 208+18+127=353 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.92% from 353); Green value is 18 (7.42% from 255 or 5.10% from 353); Blue value is 127 (50% from 255 or 35.98% from 353); Max value from RGB is 208 - color contains mainly: red. Hex color #D0127F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0127F is #2FED80. Grayscale: #565656. Windows color (decimal): -3140993 or 8327888. OLE color: 8327888.
HSL color Cylindrical-coordinate representation of color #D0127F: hue angle of 325.58º 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 #D0127F is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 18 | 127 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.18 |
| HSL | 325.58º | 0.84% | 0.44% | - |
| HSV(B) | 325.58º | 0.91% | 0.82% | - |
| XYZ | 30.06 | 15.37 | 21.46 | - |
| YUV | 87.24 | 150.45 | 214.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 18 | 127 | 0 | 0.91 | 0.39 | 0.18 | 325.58 | 0.84 | 0.44 |
| Hex | D0 | 12 | 7F | 0 | 5B | 27 | 12 | 146 | 54 | 2C |
| Octal | 320 | 22 | 177 | 0 | 133 | 47 | 22 | 506 | 124 | 54 |
| Binary | 11010000 | 10010 | 1111111 | 0 | 1011011 | 100111 | 10010 | 101000110 | 1010100 | 101100 |
Color Harmonies of #D0127F
Complementary color
Monochromatic Colors of #D0127F
Black with #D0127F
Text Example
Text Example
White with #D0127F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0127F; }
p { color: rgb(208,18,127); }
H1.HeaderClassName
{
color: #D0127F;
}
.AnyTagClassName
{
color: #D0127F;
}
</style>
background-color css
<style>
a { background-color: #D0127F; }
a { background-color: rgb(208,18,127); }
div.DivClassName
{
background-color: #D0127F;
}
.BgClassName
{
background-color: #D0127F;
}
</style>
border-color css
<style>
span { border-color: #D0127F; }
span { border-color: rgb(208,18,127); }
td.TdClassName
{
border-color: #D0127F;
}
.TagClassName
{
border-color: #D0127F;
}
</style>