Shades of Medium Violet Red #DD1279
Tints of Medium Violet Red #DD1279
RGB
CMYK
RGB Variations
Color information
#DD1279 (or 0xDD1279) is known color: Medium Violet Red. HEX triplet: DD, 12 and 79. RGB value is (221,18,121). Sum of RGB (Red+Green+Blue) = 221+18+121=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 18 (7.42% from 255 or 5% from 360); Blue value is 121 (47.66% from 255 or 33.61% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1279 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1279 is #22ED86. Grayscale: #5A5A5A. Windows color (decimal): -2289031 or 7934685. OLE color: 7934685.
HSL color Cylindrical-coordinate representation of color #DD1279: hue angle of 329.56º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD1279 is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 18 | 121 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.13 |
| HSL | 329.56º | 0.85% | 0.47% | - |
| HSV(B) | 329.56º | 0.92% | 0.87% | - |
| XYZ | 33.49 | 17.19 | 19.64 | - |
| YUV | 90.44 | 145.25 | 221.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 18 | 121 | 0 | 0.92 | 0.45 | 0.13 | 329.56 | 0.85 | 0.47 |
| Hex | DD | 12 | 79 | 0 | 5C | 2D | D | 14A | 55 | 2F |
| Octal | 335 | 22 | 171 | 0 | 134 | 55 | 15 | 512 | 125 | 57 |
| Binary | 11011101 | 10010 | 1111001 | 0 | 1011100 | 101101 | 1101 | 101001010 | 1010101 | 101111 |
Color Harmonies of #DD1279
Complementary color
Monochromatic Colors of #DD1279
Black with #DD1279
Text Example
Text Example
White with #DD1279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1279; }
p { color: rgb(221,18,121); }
H1.HeaderClassName
{
color: #DD1279;
}
.AnyTagClassName
{
color: #DD1279;
}
</style>
background-color css
<style>
a { background-color: #DD1279; }
a { background-color: rgb(221,18,121); }
div.DivClassName
{
background-color: #DD1279;
}
.BgClassName
{
background-color: #DD1279;
}
</style>
border-color css
<style>
span { border-color: #DD1279; }
span { border-color: rgb(221,18,121); }
td.TdClassName
{
border-color: #DD1279;
}
.TagClassName
{
border-color: #DD1279;
}
</style>