Shades of Medium Violet Red #DD128F
Tints of Medium Violet Red #DD128F
RGB
CMYK
RGB Variations
Color information
#DD128F (or 0xDD128F) is known color: Medium Violet Red. HEX triplet: DD, 12 and 8F. RGB value is (221,18,143). Sum of RGB (Red+Green+Blue) = 221+18+143=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 18 (7.42% from 255 or 4.71% from 382); Blue value is 143 (56.25% from 255 or 37.43% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD128F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD128F is #22ED70. Grayscale: #5C5C5C. Windows color (decimal): -2289009 or 9376477. OLE color: 9376477.
HSL color Cylindrical-coordinate representation of color #DD128F: hue angle of 323.05º 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 #DD128F is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 18 | 143 | - |
| CMYK | 0 | 0.92 | 0.35 | 0.13 |
| HSL | 323.05º | 0.85% | 0.47% | - |
| HSV(B) | 323.05º | 0.92% | 0.87% | - |
| XYZ | 34.99 | 17.79 | 27.58 | - |
| YUV | 92.95 | 156.25 | 219.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 18 | 143 | 0 | 0.92 | 0.35 | 0.13 | 323.05 | 0.85 | 0.47 |
| Hex | DD | 12 | 8F | 0 | 5C | 23 | D | 143 | 55 | 2F |
| Octal | 335 | 22 | 217 | 0 | 134 | 43 | 15 | 503 | 125 | 57 |
| Binary | 11011101 | 10010 | 10001111 | 0 | 1011100 | 100011 | 1101 | 101000011 | 1010101 | 101111 |
Color Harmonies of #DD128F
Complementary color
Monochromatic Colors of #DD128F
Black with #DD128F
Text Example
Text Example
White with #DD128F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD128F; }
p { color: rgb(221,18,143); }
H1.HeaderClassName
{
color: #DD128F;
}
.AnyTagClassName
{
color: #DD128F;
}
</style>
background-color css
<style>
a { background-color: #DD128F; }
a { background-color: rgb(221,18,143); }
div.DivClassName
{
background-color: #DD128F;
}
.BgClassName
{
background-color: #DD128F;
}
</style>
border-color css
<style>
span { border-color: #DD128F; }
span { border-color: rgb(221,18,143); }
td.TdClassName
{
border-color: #DD128F;
}
.TagClassName
{
border-color: #DD128F;
}
</style>