Shades of Medium Violet Red #DD128E
Tints of Medium Violet Red #DD128E
RGB
CMYK
RGB Variations
Color information
#DD128E (or 0xDD128E) is known color: Medium Violet Red. HEX triplet: DD, 12 and 8E. RGB value is (221,18,142). Sum of RGB (Red+Green+Blue) = 221+18+142=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 18 (7.42% from 255 or 4.72% from 381); Blue value is 142 (55.86% from 255 or 37.27% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD128E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD128E is #22ED71. Grayscale: #5C5C5C. Windows color (decimal): -2289010 or 9310941. OLE color: 9310941.
HSL color Cylindrical-coordinate representation of color #DD128E: hue angle of 323.35º 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 #DD128E is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 18 | 142 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.13 |
| HSL | 323.35º | 0.85% | 0.47% | - |
| HSV(B) | 323.35º | 0.92% | 0.87% | - |
| XYZ | 34.92 | 17.76 | 27.18 | - |
| YUV | 92.83 | 155.75 | 219.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 18 | 142 | 0 | 0.92 | 0.36 | 0.13 | 323.35 | 0.85 | 0.47 |
| Hex | DD | 12 | 8E | 0 | 5C | 24 | D | 143 | 55 | 2F |
| Octal | 335 | 22 | 216 | 0 | 134 | 44 | 15 | 503 | 125 | 57 |
| Binary | 11011101 | 10010 | 10001110 | 0 | 1011100 | 100100 | 1101 | 101000011 | 1010101 | 101111 |
Color Harmonies of #DD128E
Complementary color
Monochromatic Colors of #DD128E
Black with #DD128E
Text Example
Text Example
White with #DD128E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD128E; }
p { color: rgb(221,18,142); }
H1.HeaderClassName
{
color: #DD128E;
}
.AnyTagClassName
{
color: #DD128E;
}
</style>
background-color css
<style>
a { background-color: #DD128E; }
a { background-color: rgb(221,18,142); }
div.DivClassName
{
background-color: #DD128E;
}
.BgClassName
{
background-color: #DD128E;
}
</style>
border-color css
<style>
span { border-color: #DD128E; }
span { border-color: rgb(221,18,142); }
td.TdClassName
{
border-color: #DD128E;
}
.TagClassName
{
border-color: #DD128E;
}
</style>