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