Shades of Medium Violet Red #DD157C
Tints of Medium Violet Red #DD157C
RGB
CMYK
RGB Variations
Color information
#DD157C (or 0xDD157C) is known color: Medium Violet Red. HEX triplet: DD, 15 and 7C. RGB value is (221,21,124). Sum of RGB (Red+Green+Blue) = 221+21+124=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 21 (8.59% from 255 or 5.74% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD157C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD157C is #22EA83. Grayscale: #5C5C5C. Windows color (decimal): -2288260 or 8132061. OLE color: 8132061.
HSL color Cylindrical-coordinate representation of color #DD157C: hue angle of 329.1º 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 #DD157C is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 21 | 124 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.13 |
| HSL | 329.1º | 0.83% | 0.47% | - |
| HSV(B) | 329.1º | 0.9% | 0.87% | - |
| XYZ | 33.73 | 17.36 | 20.64 | - |
| YUV | 92.54 | 145.76 | 219.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 124 | 0 | 0.90 | 0.44 | 0.13 | 329.1 | 0.83 | 0.47 |
| Hex | DD | 15 | 7C | 0 | 5A | 2C | D | 149 | 53 | 2F |
| Octal | 335 | 25 | 174 | 0 | 132 | 54 | 15 | 511 | 123 | 57 |
| Binary | 11011101 | 10101 | 1111100 | 0 | 1011010 | 101100 | 1101 | 101001001 | 1010011 | 101111 |
Color Harmonies of #DD157C
Complementary color
Monochromatic Colors of #DD157C
Black with #DD157C
Text Example
Text Example
White with #DD157C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD157C; }
p { color: rgb(221,21,124); }
H1.HeaderClassName
{
color: #DD157C;
}
.AnyTagClassName
{
color: #DD157C;
}
</style>
background-color css
<style>
a { background-color: #DD157C; }
a { background-color: rgb(221,21,124); }
div.DivClassName
{
background-color: #DD157C;
}
.BgClassName
{
background-color: #DD157C;
}
</style>
border-color css
<style>
span { border-color: #DD157C; }
span { border-color: rgb(221,21,124); }
td.TdClassName
{
border-color: #DD157C;
}
.TagClassName
{
border-color: #DD157C;
}
</style>