Shades of Medium Violet Red #DD178A
Tints of Medium Violet Red #DD178A
RGB
CMYK
RGB Variations
Color information
#DD178A (or 0xDD178A) is known color: Medium Violet Red. HEX triplet: DD, 17 and 8A. RGB value is (221,23,138). Sum of RGB (Red+Green+Blue) = 221+23+138=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 23 (9.38% from 255 or 6.02% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD178A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD178A is #22E875. Grayscale: #5F5F5F. Windows color (decimal): -2287734 or 9050077. OLE color: 9050077.
HSL color Cylindrical-coordinate representation of color #DD178A: hue angle of 325.15º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD178A is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 23 | 138 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.13 |
| HSL | 325.15º | 0.81% | 0.48% | - |
| HSV(B) | 325.15º | 0.9% | 0.87% | - |
| XYZ | 34.71 | 17.82 | 25.65 | - |
| YUV | 95.31 | 152.1 | 217.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 23 | 138 | 0 | 0.90 | 0.38 | 0.13 | 325.15 | 0.81 | 0.48 |
| Hex | DD | 17 | 8A | 0 | 5A | 26 | D | 145 | 51 | 30 |
| Octal | 335 | 27 | 212 | 0 | 132 | 46 | 15 | 505 | 121 | 60 |
| Binary | 11011101 | 10111 | 10001010 | 0 | 1011010 | 100110 | 1101 | 101000101 | 1010001 | 110000 |
Color Harmonies of #DD178A
Complementary color
Monochromatic Colors of #DD178A
Black with #DD178A
Text Example
Text Example
White with #DD178A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD178A; }
p { color: rgb(221,23,138); }
H1.HeaderClassName
{
color: #DD178A;
}
.AnyTagClassName
{
color: #DD178A;
}
</style>
background-color css
<style>
a { background-color: #DD178A; }
a { background-color: rgb(221,23,138); }
div.DivClassName
{
background-color: #DD178A;
}
.BgClassName
{
background-color: #DD178A;
}
</style>
border-color css
<style>
span { border-color: #DD178A; }
span { border-color: rgb(221,23,138); }
td.TdClassName
{
border-color: #DD178A;
}
.TagClassName
{
border-color: #DD178A;
}
</style>