Shades of Medium Violet Red #DD128C
Tints of Medium Violet Red #DD128C
RGB
CMYK
RGB Variations
Color information
#DD128C (or 0xDD128C) is known color: Medium Violet Red. HEX triplet: DD, 12 and 8C. RGB value is (221,18,140). Sum of RGB (Red+Green+Blue) = 221+18+140=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 18 (7.42% from 255 or 4.75% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD128C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD128C is #22ED73. Grayscale: #5C5C5C. Windows color (decimal): -2289012 or 9179869. OLE color: 9179869.
HSL color Cylindrical-coordinate representation of color #DD128C: hue angle of 323.94º 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 #DD128C is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 18 | 140 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.13 |
| HSL | 323.94º | 0.85% | 0.47% | - |
| HSV(B) | 323.94º | 0.92% | 0.87% | - |
| XYZ | 34.77 | 17.7 | 26.39 | - |
| YUV | 92.61 | 154.75 | 219.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 18 | 140 | 0 | 0.92 | 0.37 | 0.13 | 323.94 | 0.85 | 0.47 |
| Hex | DD | 12 | 8C | 0 | 5C | 25 | D | 144 | 55 | 2F |
| Octal | 335 | 22 | 214 | 0 | 134 | 45 | 15 | 504 | 125 | 57 |
| Binary | 11011101 | 10010 | 10001100 | 0 | 1011100 | 100101 | 1101 | 101000100 | 1010101 | 101111 |
Color Harmonies of #DD128C
Complementary color
Monochromatic Colors of #DD128C
Black with #DD128C
Text Example
Text Example
White with #DD128C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD128C; }
p { color: rgb(221,18,140); }
H1.HeaderClassName
{
color: #DD128C;
}
.AnyTagClassName
{
color: #DD128C;
}
</style>
background-color css
<style>
a { background-color: #DD128C; }
a { background-color: rgb(221,18,140); }
div.DivClassName
{
background-color: #DD128C;
}
.BgClassName
{
background-color: #DD128C;
}
</style>
border-color css
<style>
span { border-color: #DD128C; }
span { border-color: rgb(221,18,140); }
td.TdClassName
{
border-color: #DD128C;
}
.TagClassName
{
border-color: #DD128C;
}
</style>