Shades of Medium Violet Red #DD1779
Tints of Medium Violet Red #DD1779
RGB
CMYK
RGB Variations
Color information
#DD1779 (or 0xDD1779) is known color: Medium Violet Red. HEX triplet: DD, 17 and 79. RGB value is (221,23,121). Sum of RGB (Red+Green+Blue) = 221+23+121=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 23 (9.38% from 255 or 6.30% from 365); Blue value is 121 (47.66% from 255 or 33.15% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1779 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1779 is #22E886. Grayscale: #5D5D5D. Windows color (decimal): -2287751 or 7935965. OLE color: 7935965.
HSL color Cylindrical-coordinate representation of color #DD1779: hue angle of 330.3º degrees, saturation: 0.81, 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 #DD1779 is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 23 | 121 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.13 |
| HSL | 330.3º | 0.81% | 0.48% | - |
| HSV(B) | 330.3º | 0.9% | 0.87% | - |
| XYZ | 33.58 | 17.37 | 19.67 | - |
| YUV | 93.37 | 143.6 | 219.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 23 | 121 | 0 | 0.90 | 0.45 | 0.13 | 330.3 | 0.81 | 0.48 |
| Hex | DD | 17 | 79 | 0 | 5A | 2D | D | 14A | 51 | 30 |
| Octal | 335 | 27 | 171 | 0 | 132 | 55 | 15 | 512 | 121 | 60 |
| Binary | 11011101 | 10111 | 1111001 | 0 | 1011010 | 101101 | 1101 | 101001010 | 1010001 | 110000 |
Color Harmonies of #DD1779
Complementary color
Monochromatic Colors of #DD1779
Black with #DD1779
Text Example
Text Example
White with #DD1779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1779; }
p { color: rgb(221,23,121); }
H1.HeaderClassName
{
color: #DD1779;
}
.AnyTagClassName
{
color: #DD1779;
}
</style>
background-color css
<style>
a { background-color: #DD1779; }
a { background-color: rgb(221,23,121); }
div.DivClassName
{
background-color: #DD1779;
}
.BgClassName
{
background-color: #DD1779;
}
</style>
border-color css
<style>
span { border-color: #DD1779; }
span { border-color: rgb(221,23,121); }
td.TdClassName
{
border-color: #DD1779;
}
.TagClassName
{
border-color: #DD1779;
}
</style>