Shades of Medium Violet Red #D11274
Tints of Medium Violet Red #D11274
RGB
CMYK
RGB Variations
Color information
#D11274 (or 0xD11274) is known color: Medium Violet Red. HEX triplet: D1, 12 and 74. RGB value is (209,18,116). Sum of RGB (Red+Green+Blue) = 209+18+116=343 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.93% from 343); Green value is 18 (7.42% from 255 or 5.25% from 343); Blue value is 116 (45.70% from 255 or 33.82% from 343); Max value from RGB is 209 - color contains mainly: red. Hex color #D11274 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11274 is #2EED8B. Grayscale: #565656. Windows color (decimal): -3075468 or 7606993. OLE color: 7606993.
HSL color Cylindrical-coordinate representation of color #D11274: hue angle of 329.21º 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 #D11274 is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 18 | 116 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.18 |
| HSL | 329.21º | 0.84% | 0.45% | - |
| HSV(B) | 329.21º | 0.91% | 0.82% | - |
| XYZ | 29.66 | 15.25 | 17.9 | - |
| YUV | 86.28 | 144.78 | 215.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 18 | 116 | 0 | 0.91 | 0.44 | 0.18 | 329.21 | 0.84 | 0.45 |
| Hex | D1 | 12 | 74 | 0 | 5B | 2C | 12 | 149 | 54 | 2D |
| Octal | 321 | 22 | 164 | 0 | 133 | 54 | 22 | 511 | 124 | 55 |
| Binary | 11010001 | 10010 | 1110100 | 0 | 1011011 | 101100 | 10010 | 101001001 | 1010100 | 101101 |
Color Harmonies of #D11274
Complementary color
Monochromatic Colors of #D11274
Black with #D11274
Text Example
Text Example
White with #D11274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11274; }
p { color: rgb(209,18,116); }
H1.HeaderClassName
{
color: #D11274;
}
.AnyTagClassName
{
color: #D11274;
}
</style>
background-color css
<style>
a { background-color: #D11274; }
a { background-color: rgb(209,18,116); }
div.DivClassName
{
background-color: #D11274;
}
.BgClassName
{
background-color: #D11274;
}
</style>
border-color css
<style>
span { border-color: #D11274; }
span { border-color: rgb(209,18,116); }
td.TdClassName
{
border-color: #D11274;
}
.TagClassName
{
border-color: #D11274;
}
</style>