Shades of Medium Violet Red #DC167F
Tints of Medium Violet Red #DC167F
RGB
CMYK
RGB Variations
Color information
#DC167F (or 0xDC167F) is known color: Medium Violet Red. HEX triplet: DC, 16 and 7F. RGB value is (220,22,127). Sum of RGB (Red+Green+Blue) = 220+22+127=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 22 (8.98% from 255 or 5.96% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC167F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC167F is #23E980. Grayscale: #5C5C5C. Windows color (decimal): -2353537 or 8328924. OLE color: 8328924.
HSL color Cylindrical-coordinate representation of color #DC167F: hue angle of 328.18º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC167F is Cyan = 0, Magento = 0.9, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 22 | 127 | - |
| CMYK | 0 | 0.9 | 0.42 | 0.14 |
| HSL | 328.18º | 0.82% | 0.47% | - |
| HSV(B) | 328.18º | 0.9% | 0.86% | - |
| XYZ | 33.63 | 17.32 | 21.65 | - |
| YUV | 93.17 | 147.1 | 218.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 127 | 0 | 0.9 | 0.42 | 0.14 | 328.18 | 0.82 | 0.47 |
| Hex | DC | 16 | 7F | 0 | 5A | 2A | E | 148 | 52 | 2F |
| Octal | 334 | 26 | 177 | 0 | 132 | 52 | 16 | 510 | 122 | 57 |
| Binary | 11011100 | 10110 | 1111111 | 0 | 1011010 | 101010 | 1110 | 101001000 | 1010010 | 101111 |
Color Harmonies of #DC167F
Complementary color
Monochromatic Colors of #DC167F
Black with #DC167F
Text Example
Text Example
White with #DC167F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC167F; }
p { color: rgb(220,22,127); }
H1.HeaderClassName
{
color: #DC167F;
}
.AnyTagClassName
{
color: #DC167F;
}
</style>
background-color css
<style>
a { background-color: #DC167F; }
a { background-color: rgb(220,22,127); }
div.DivClassName
{
background-color: #DC167F;
}
.BgClassName
{
background-color: #DC167F;
}
</style>
border-color css
<style>
span { border-color: #DC167F; }
span { border-color: rgb(220,22,127); }
td.TdClassName
{
border-color: #DC167F;
}
.TagClassName
{
border-color: #DC167F;
}
</style>