Shades of Medium Violet Red #DD1797
Tints of Medium Violet Red #DD1797
RGB
CMYK
RGB Variations
Color information
#DD1797 (or 0xDD1797) is known color: Medium Violet Red. HEX triplet: DD, 17 and 97. RGB value is (221,23,151). Sum of RGB (Red+Green+Blue) = 221+23+151=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 23 (9.38% from 255 or 5.82% from 395); Blue value is 151 (59.38% from 255 or 38.23% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1797 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1797 is #22E868. Grayscale: #606060. Windows color (decimal): -2287721 or 9902045. OLE color: 9902045.
HSL color Cylindrical-coordinate representation of color #DD1797: hue angle of 321.21º 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 #DD1797 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 23 | 151 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.13 |
| HSL | 321.21º | 0.81% | 0.48% | - |
| HSV(B) | 321.21º | 0.9% | 0.87% | - |
| XYZ | 35.71 | 18.22 | 30.91 | - |
| YUV | 96.79 | 158.6 | 216.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 23 | 151 | 0 | 0.90 | 0.32 | 0.13 | 321.21 | 0.81 | 0.48 |
| Hex | DD | 17 | 97 | 0 | 5A | 20 | D | 141 | 51 | 30 |
| Octal | 335 | 27 | 227 | 0 | 132 | 40 | 15 | 501 | 121 | 60 |
| Binary | 11011101 | 10111 | 10010111 | 0 | 1011010 | 100000 | 1101 | 101000001 | 1010001 | 110000 |
Color Harmonies of #DD1797
Complementary color
Monochromatic Colors of #DD1797
Black with #DD1797
Text Example
Text Example
White with #DD1797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1797; }
p { color: rgb(221,23,151); }
H1.HeaderClassName
{
color: #DD1797;
}
.AnyTagClassName
{
color: #DD1797;
}
</style>
background-color css
<style>
a { background-color: #DD1797; }
a { background-color: rgb(221,23,151); }
div.DivClassName
{
background-color: #DD1797;
}
.BgClassName
{
background-color: #DD1797;
}
</style>
border-color css
<style>
span { border-color: #DD1797; }
span { border-color: rgb(221,23,151); }
td.TdClassName
{
border-color: #DD1797;
}
.TagClassName
{
border-color: #DD1797;
}
</style>