Shades of Medium Violet Red #DD1097
Tints of Medium Violet Red #DD1097
RGB
CMYK
RGB Variations
Color information
#DD1097 (or 0xDD1097) is known color: Medium Violet Red. HEX triplet: DD, 10 and 97. RGB value is (221,16,151). Sum of RGB (Red+Green+Blue) = 221+16+151=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 16 (6.64% from 255 or 4.12% from 388); Blue value is 151 (59.38% from 255 or 38.92% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1097 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1097 is #22EF68. Grayscale: #5C5C5C. Windows color (decimal): -2289513 or 9900253. OLE color: 9900253.
HSL color Cylindrical-coordinate representation of color #DD1097: hue angle of 320.49º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD1097 is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 16 | 151 | - |
| CMYK | 0 | 0.93 | 0.32 | 0.13 |
| HSL | 320.49º | 0.86% | 0.46% | - |
| HSV(B) | 320.49º | 0.93% | 0.87% | - |
| XYZ | 35.59 | 17.98 | 30.87 | - |
| YUV | 92.69 | 160.92 | 219.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 16 | 151 | 0 | 0.93 | 0.32 | 0.13 | 320.49 | 0.86 | 0.46 |
| Hex | DD | 10 | 97 | 0 | 5D | 20 | D | 140 | 56 | 2E |
| Octal | 335 | 20 | 227 | 0 | 135 | 40 | 15 | 500 | 126 | 56 |
| Binary | 11011101 | 10000 | 10010111 | 0 | 1011101 | 100000 | 1101 | 101000000 | 1010110 | 101110 |
Color Harmonies of #DD1097
Complementary color
Monochromatic Colors of #DD1097
Black with #DD1097
Text Example
Text Example
White with #DD1097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1097; }
p { color: rgb(221,16,151); }
H1.HeaderClassName
{
color: #DD1097;
}
.AnyTagClassName
{
color: #DD1097;
}
</style>
background-color css
<style>
a { background-color: #DD1097; }
a { background-color: rgb(221,16,151); }
div.DivClassName
{
background-color: #DD1097;
}
.BgClassName
{
background-color: #DD1097;
}
</style>
border-color css
<style>
span { border-color: #DD1097; }
span { border-color: rgb(221,16,151); }
td.TdClassName
{
border-color: #DD1097;
}
.TagClassName
{
border-color: #DD1097;
}
</style>