Shades of Medium Violet Red #DD1597
Tints of Medium Violet Red #DD1597
RGB
CMYK
RGB Variations
Color information
#DD1597 (or 0xDD1597) is known color: Medium Violet Red. HEX triplet: DD, 15 and 97. RGB value is (221,21,151). Sum of RGB (Red+Green+Blue) = 221+21+151=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 21 (8.59% from 255 or 5.34% from 393); Blue value is 151 (59.38% from 255 or 38.42% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1597 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1597 is #22EA68. Grayscale: #5F5F5F. Windows color (decimal): -2288233 or 9901533. OLE color: 9901533.
HSL color Cylindrical-coordinate representation of color #DD1597: hue angle of 321º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD1597 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 21 | 151 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.13 |
| HSL | 321º | 0.83% | 0.47% | - |
| HSV(B) | 321º | 0.9% | 0.87% | - |
| XYZ | 35.67 | 18.14 | 30.9 | - |
| YUV | 95.62 | 159.26 | 217.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 151 | 0 | 0.90 | 0.32 | 0.13 | 321 | 0.83 | 0.47 |
| Hex | DD | 15 | 97 | 0 | 5A | 20 | D | 141 | 53 | 2F |
| Octal | 335 | 25 | 227 | 0 | 132 | 40 | 15 | 501 | 123 | 57 |
| Binary | 11011101 | 10101 | 10010111 | 0 | 1011010 | 100000 | 1101 | 101000001 | 1010011 | 101111 |
Color Harmonies of #DD1597
Complementary color
Monochromatic Colors of #DD1597
Black with #DD1597
Text Example
Text Example
White with #DD1597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1597; }
p { color: rgb(221,21,151); }
H1.HeaderClassName
{
color: #DD1597;
}
.AnyTagClassName
{
color: #DD1597;
}
</style>
background-color css
<style>
a { background-color: #DD1597; }
a { background-color: rgb(221,21,151); }
div.DivClassName
{
background-color: #DD1597;
}
.BgClassName
{
background-color: #DD1597;
}
</style>
border-color css
<style>
span { border-color: #DD1597; }
span { border-color: rgb(221,21,151); }
td.TdClassName
{
border-color: #DD1597;
}
.TagClassName
{
border-color: #DD1597;
}
</style>