Shades of Medium Violet Red #D11278
Tints of Medium Violet Red #D11278
RGB
CMYK
RGB Variations
Color information
#D11278 (or 0xD11278) is known color: Medium Violet Red. HEX triplet: D1, 12 and 78. RGB value is (209,18,120). Sum of RGB (Red+Green+Blue) = 209+18+120=347 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.23% from 347); Green value is 18 (7.42% from 255 or 5.19% from 347); Blue value is 120 (47.27% from 255 or 34.58% from 347); Max value from RGB is 209 - color contains mainly: red. Hex color #D11278 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11278 is #2EED87. Grayscale: #565656. Windows color (decimal): -3075464 or 7869137. OLE color: 7869137.
HSL color Cylindrical-coordinate representation of color #D11278: hue angle of 327.96º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D11278 is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 18 | 120 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.18 |
| HSL | 327.96º | 0.84% | 0.45% | - |
| HSV(B) | 327.96º | 0.91% | 0.82% | - |
| XYZ | 29.9 | 15.34 | 19.16 | - |
| YUV | 86.74 | 146.78 | 215.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 18 | 120 | 0 | 0.91 | 0.43 | 0.18 | 327.96 | 0.84 | 0.45 |
| Hex | D1 | 12 | 78 | 0 | 5B | 2B | 12 | 148 | 54 | 2D |
| Octal | 321 | 22 | 170 | 0 | 133 | 53 | 22 | 510 | 124 | 55 |
| Binary | 11010001 | 10010 | 1111000 | 0 | 1011011 | 101011 | 10010 | 101001000 | 1010100 | 101101 |
Color Harmonies of #D11278
Complementary color
Monochromatic Colors of #D11278
Black with #D11278
Text Example
Text Example
White with #D11278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11278; }
p { color: rgb(209,18,120); }
H1.HeaderClassName
{
color: #D11278;
}
.AnyTagClassName
{
color: #D11278;
}
</style>
background-color css
<style>
a { background-color: #D11278; }
a { background-color: rgb(209,18,120); }
div.DivClassName
{
background-color: #D11278;
}
.BgClassName
{
background-color: #D11278;
}
</style>
border-color css
<style>
span { border-color: #D11278; }
span { border-color: rgb(209,18,120); }
td.TdClassName
{
border-color: #D11278;
}
.TagClassName
{
border-color: #D11278;
}
</style>