Shades of Medium Violet Red #DD157D
Tints of Medium Violet Red #DD157D
RGB
CMYK
RGB Variations
Color information
#DD157D (or 0xDD157D) is known color: Medium Violet Red. HEX triplet: DD, 15 and 7D. RGB value is (221,21,125). Sum of RGB (Red+Green+Blue) = 221+21+125=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 21 (8.59% from 255 or 5.72% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD157D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD157D is #22EA82. Grayscale: #5C5C5C. Windows color (decimal): -2288259 or 8197597. OLE color: 8197597.
HSL color Cylindrical-coordinate representation of color #DD157D: hue angle of 328.8º 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 #DD157D is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 21 | 125 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.13 |
| HSL | 328.8º | 0.83% | 0.47% | - |
| HSV(B) | 328.8º | 0.9% | 0.87% | - |
| XYZ | 33.79 | 17.39 | 20.98 | - |
| YUV | 92.66 | 146.26 | 219.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 125 | 0 | 0.90 | 0.43 | 0.13 | 328.8 | 0.83 | 0.47 |
| Hex | DD | 15 | 7D | 0 | 5A | 2B | D | 149 | 53 | 2F |
| Octal | 335 | 25 | 175 | 0 | 132 | 53 | 15 | 511 | 123 | 57 |
| Binary | 11011101 | 10101 | 1111101 | 0 | 1011010 | 101011 | 1101 | 101001001 | 1010011 | 101111 |
Color Harmonies of #DD157D
Complementary color
Monochromatic Colors of #DD157D
Black with #DD157D
Text Example
Text Example
White with #DD157D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD157D; }
p { color: rgb(221,21,125); }
H1.HeaderClassName
{
color: #DD157D;
}
.AnyTagClassName
{
color: #DD157D;
}
</style>
background-color css
<style>
a { background-color: #DD157D; }
a { background-color: rgb(221,21,125); }
div.DivClassName
{
background-color: #DD157D;
}
.BgClassName
{
background-color: #DD157D;
}
</style>
border-color css
<style>
span { border-color: #DD157D; }
span { border-color: rgb(221,21,125); }
td.TdClassName
{
border-color: #DD157D;
}
.TagClassName
{
border-color: #DD157D;
}
</style>