Shades of Medium Violet Red #DD157A
Tints of Medium Violet Red #DD157A
RGB
CMYK
RGB Variations
Color information
#DD157A (or 0xDD157A) is known color: Medium Violet Red. HEX triplet: DD, 15 and 7A. RGB value is (221,21,122). Sum of RGB (Red+Green+Blue) = 221+21+122=364 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.71% from 364); Green value is 21 (8.59% from 255 or 5.77% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 221 - color contains mainly: red. Hex color #DD157A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD157A is #22EA85. Grayscale: #5C5C5C. Windows color (decimal): -2288262 or 8000989. OLE color: 8000989.
HSL color Cylindrical-coordinate representation of color #DD157A: hue angle of 329.7º 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 #DD157A is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 21 | 122 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.13 |
| HSL | 329.7º | 0.83% | 0.47% | - |
| HSV(B) | 329.7º | 0.9% | 0.87% | - |
| XYZ | 33.6 | 17.31 | 19.98 | - |
| YUV | 92.31 | 144.76 | 219.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 122 | 0 | 0.90 | 0.45 | 0.13 | 329.7 | 0.83 | 0.47 |
| Hex | DD | 15 | 7A | 0 | 5A | 2D | D | 14A | 53 | 2F |
| Octal | 335 | 25 | 172 | 0 | 132 | 55 | 15 | 512 | 123 | 57 |
| Binary | 11011101 | 10101 | 1111010 | 0 | 1011010 | 101101 | 1101 | 101001010 | 1010011 | 101111 |
Color Harmonies of #DD157A
Complementary color
Monochromatic Colors of #DD157A
Black with #DD157A
Text Example
Text Example
White with #DD157A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD157A; }
p { color: rgb(221,21,122); }
H1.HeaderClassName
{
color: #DD157A;
}
.AnyTagClassName
{
color: #DD157A;
}
</style>
background-color css
<style>
a { background-color: #DD157A; }
a { background-color: rgb(221,21,122); }
div.DivClassName
{
background-color: #DD157A;
}
.BgClassName
{
background-color: #DD157A;
}
</style>
border-color css
<style>
span { border-color: #DD157A; }
span { border-color: rgb(221,21,122); }
td.TdClassName
{
border-color: #DD157A;
}
.TagClassName
{
border-color: #DD157A;
}
</style>