Shades of Medium Violet Red #DD1796
Tints of Medium Violet Red #DD1796
RGB
CMYK
RGB Variations
Color information
#DD1796 (or 0xDD1796) is known color: Medium Violet Red. HEX triplet: DD, 17 and 96. RGB value is (221,23,150). Sum of RGB (Red+Green+Blue) = 221+23+150=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 23 (9.38% from 255 or 5.84% from 394); Blue value is 150 (58.98% from 255 or 38.07% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1796 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1796 is #22E869. Grayscale: #606060. Windows color (decimal): -2287722 or 9836509. OLE color: 9836509.
HSL color Cylindrical-coordinate representation of color #DD1796: hue angle of 321.52º 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 #DD1796 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 23 | 150 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.13 |
| HSL | 321.52º | 0.81% | 0.48% | - |
| HSV(B) | 321.52º | 0.9% | 0.87% | - |
| XYZ | 35.63 | 18.19 | 30.49 | - |
| YUV | 96.68 | 158.1 | 216.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 23 | 150 | 0 | 0.90 | 0.32 | 0.13 | 321.52 | 0.81 | 0.48 |
| Hex | DD | 17 | 96 | 0 | 5A | 20 | D | 142 | 51 | 30 |
| Octal | 335 | 27 | 226 | 0 | 132 | 40 | 15 | 502 | 121 | 60 |
| Binary | 11011101 | 10111 | 10010110 | 0 | 1011010 | 100000 | 1101 | 101000010 | 1010001 | 110000 |
Color Harmonies of #DD1796
Complementary color
Monochromatic Colors of #DD1796
Black with #DD1796
Text Example
Text Example
White with #DD1796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1796; }
p { color: rgb(221,23,150); }
H1.HeaderClassName
{
color: #DD1796;
}
.AnyTagClassName
{
color: #DD1796;
}
</style>
background-color css
<style>
a { background-color: #DD1796; }
a { background-color: rgb(221,23,150); }
div.DivClassName
{
background-color: #DD1796;
}
.BgClassName
{
background-color: #DD1796;
}
</style>
border-color css
<style>
span { border-color: #DD1796; }
span { border-color: rgb(221,23,150); }
td.TdClassName
{
border-color: #DD1796;
}
.TagClassName
{
border-color: #DD1796;
}
</style>