Shades of Medium Violet Red #DD1697
Tints of Medium Violet Red #DD1697
RGB
CMYK
RGB Variations
Color information
#DD1697 (or 0xDD1697) is known color: Medium Violet Red. HEX triplet: DD, 16 and 97. RGB value is (221,22,151). Sum of RGB (Red+Green+Blue) = 221+22+151=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 22 (8.98% from 255 or 5.58% from 394); Blue value is 151 (59.38% from 255 or 38.32% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1697 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1697 is #22E968. Grayscale: #5F5F5F. Windows color (decimal): -2287977 or 9901789. OLE color: 9901789.
HSL color Cylindrical-coordinate representation of color #DD1697: hue angle of 321.11º 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 #DD1697 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 151 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.13 |
| HSL | 321.11º | 0.82% | 0.48% | - |
| HSV(B) | 321.11º | 0.9% | 0.87% | - |
| XYZ | 35.69 | 18.18 | 30.91 | - |
| YUV | 96.21 | 158.93 | 217.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 151 | 0 | 0.90 | 0.32 | 0.13 | 321.11 | 0.82 | 0.48 |
| Hex | DD | 16 | 97 | 0 | 5A | 20 | D | 141 | 52 | 30 |
| Octal | 335 | 26 | 227 | 0 | 132 | 40 | 15 | 501 | 122 | 60 |
| Binary | 11011101 | 10110 | 10010111 | 0 | 1011010 | 100000 | 1101 | 101000001 | 1010010 | 110000 |
Color Harmonies of #DD1697
Complementary color
Monochromatic Colors of #DD1697
Black with #DD1697
Text Example
Text Example
White with #DD1697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1697; }
p { color: rgb(221,22,151); }
H1.HeaderClassName
{
color: #DD1697;
}
.AnyTagClassName
{
color: #DD1697;
}
</style>
background-color css
<style>
a { background-color: #DD1697; }
a { background-color: rgb(221,22,151); }
div.DivClassName
{
background-color: #DD1697;
}
.BgClassName
{
background-color: #DD1697;
}
</style>
border-color css
<style>
span { border-color: #DD1697; }
span { border-color: rgb(221,22,151); }
td.TdClassName
{
border-color: #DD1697;
}
.TagClassName
{
border-color: #DD1697;
}
</style>