Shades of Medium Violet Red #DD1679
Tints of Medium Violet Red #DD1679
RGB
CMYK
RGB Variations
Color information
#DD1679 (or 0xDD1679) is known color: Medium Violet Red. HEX triplet: DD, 16 and 79. RGB value is (221,22,121). Sum of RGB (Red+Green+Blue) = 221+22+121=364 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.71% from 364); Green value is 22 (8.98% from 255 or 6.04% from 364); Blue value is 121 (47.66% from 255 or 33.24% from 364); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1679 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1679 is #22E986. Grayscale: #5C5C5C. Windows color (decimal): -2288007 or 7935709. OLE color: 7935709.
HSL color Cylindrical-coordinate representation of color #DD1679: hue angle of 330.15º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD1679 is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 121 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.13 |
| HSL | 330.15º | 0.82% | 0.48% | - |
| HSV(B) | 330.15º | 0.9% | 0.87% | - |
| XYZ | 33.56 | 17.33 | 19.66 | - |
| YUV | 92.79 | 143.93 | 219.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 121 | 0 | 0.90 | 0.45 | 0.13 | 330.15 | 0.82 | 0.48 |
| Hex | DD | 16 | 79 | 0 | 5A | 2D | D | 14A | 52 | 30 |
| Octal | 335 | 26 | 171 | 0 | 132 | 55 | 15 | 512 | 122 | 60 |
| Binary | 11011101 | 10110 | 1111001 | 0 | 1011010 | 101101 | 1101 | 101001010 | 1010010 | 110000 |
Color Harmonies of #DD1679
Complementary color
Monochromatic Colors of #DD1679
Black with #DD1679
Text Example
Text Example
White with #DD1679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1679; }
p { color: rgb(221,22,121); }
H1.HeaderClassName
{
color: #DD1679;
}
.AnyTagClassName
{
color: #DD1679;
}
</style>
background-color css
<style>
a { background-color: #DD1679; }
a { background-color: rgb(221,22,121); }
div.DivClassName
{
background-color: #DD1679;
}
.BgClassName
{
background-color: #DD1679;
}
</style>
border-color css
<style>
span { border-color: #DD1679; }
span { border-color: rgb(221,22,121); }
td.TdClassName
{
border-color: #DD1679;
}
.TagClassName
{
border-color: #DD1679;
}
</style>