Shades of Medium Violet Red #DD167F
Tints of Medium Violet Red #DD167F
RGB
CMYK
RGB Variations
Color information
#DD167F (or 0xDD167F) is known color: Medium Violet Red. HEX triplet: DD, 16 and 7F. RGB value is (221,22,127). Sum of RGB (Red+Green+Blue) = 221+22+127=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 22 (8.98% from 255 or 5.95% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD167F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD167F is #22E980. Grayscale: #5D5D5D. Windows color (decimal): -2288001 or 8328925. OLE color: 8328925.
HSL color Cylindrical-coordinate representation of color #DD167F: hue angle of 328.34º degrees, saturation: 0.82, 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 #DD167F is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 127 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.13 |
| HSL | 328.34º | 0.82% | 0.48% | - |
| HSV(B) | 328.34º | 0.9% | 0.87% | - |
| XYZ | 33.94 | 17.48 | 21.66 | - |
| YUV | 93.47 | 146.93 | 218.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 127 | 0 | 0.90 | 0.43 | 0.13 | 328.34 | 0.82 | 0.48 |
| Hex | DD | 16 | 7F | 0 | 5A | 2B | D | 148 | 52 | 30 |
| Octal | 335 | 26 | 177 | 0 | 132 | 53 | 15 | 510 | 122 | 60 |
| Binary | 11011101 | 10110 | 1111111 | 0 | 1011010 | 101011 | 1101 | 101001000 | 1010010 | 110000 |
Color Harmonies of #DD167F
Complementary color
Monochromatic Colors of #DD167F
Black with #DD167F
Text Example
Text Example
White with #DD167F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD167F; }
p { color: rgb(221,22,127); }
H1.HeaderClassName
{
color: #DD167F;
}
.AnyTagClassName
{
color: #DD167F;
}
</style>
background-color css
<style>
a { background-color: #DD167F; }
a { background-color: rgb(221,22,127); }
div.DivClassName
{
background-color: #DD167F;
}
.BgClassName
{
background-color: #DD167F;
}
</style>
border-color css
<style>
span { border-color: #DD167F; }
span { border-color: rgb(221,22,127); }
td.TdClassName
{
border-color: #DD167F;
}
.TagClassName
{
border-color: #DD167F;
}
</style>