Shades of Medium Violet Red #DD128D
Tints of Medium Violet Red #DD128D
RGB
CMYK
RGB Variations
Color information
#DD128D (or 0xDD128D) is known color: Medium Violet Red. HEX triplet: DD, 12 and 8D. RGB value is (221,18,141). Sum of RGB (Red+Green+Blue) = 221+18+141=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 18 (7.42% from 255 or 4.74% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD128D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD128D is #22ED72. Grayscale: #5C5C5C. Windows color (decimal): -2289011 or 9245405. OLE color: 9245405.
HSL color Cylindrical-coordinate representation of color #DD128D: hue angle of 323.65º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD128D is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 18 | 141 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.13 |
| HSL | 323.65º | 0.85% | 0.47% | - |
| HSV(B) | 323.65º | 0.92% | 0.87% | - |
| XYZ | 34.84 | 17.73 | 26.78 | - |
| YUV | 92.72 | 155.25 | 219.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 18 | 141 | 0 | 0.92 | 0.36 | 0.13 | 323.65 | 0.85 | 0.47 |
| Hex | DD | 12 | 8D | 0 | 5C | 24 | D | 144 | 55 | 2F |
| Octal | 335 | 22 | 215 | 0 | 134 | 44 | 15 | 504 | 125 | 57 |
| Binary | 11011101 | 10010 | 10001101 | 0 | 1011100 | 100100 | 1101 | 101000100 | 1010101 | 101111 |
Color Harmonies of #DD128D
Complementary color
Monochromatic Colors of #DD128D
Black with #DD128D
Text Example
Text Example
White with #DD128D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD128D; }
p { color: rgb(221,18,141); }
H1.HeaderClassName
{
color: #DD128D;
}
.AnyTagClassName
{
color: #DD128D;
}
</style>
background-color css
<style>
a { background-color: #DD128D; }
a { background-color: rgb(221,18,141); }
div.DivClassName
{
background-color: #DD128D;
}
.BgClassName
{
background-color: #DD128D;
}
</style>
border-color css
<style>
span { border-color: #DD128D; }
span { border-color: rgb(221,18,141); }
td.TdClassName
{
border-color: #DD128D;
}
.TagClassName
{
border-color: #DD128D;
}
</style>