Shades of Medium Violet Red #DC167E
Tints of Medium Violet Red #DC167E
RGB
CMYK
RGB Variations
Color information
#DC167E (or 0xDC167E) is known color: Medium Violet Red. HEX triplet: DC, 16 and 7E. RGB value is (220,22,126). Sum of RGB (Red+Green+Blue) = 220+22+126=368 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.78% from 368); Green value is 22 (8.98% from 255 or 5.98% from 368); Blue value is 126 (49.61% from 255 or 34.24% from 368); Max value from RGB is 220 - color contains mainly: red. Hex color #DC167E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC167E is #23E981. Grayscale: #5C5C5C. Windows color (decimal): -2353538 or 8263388. OLE color: 8263388.
HSL color Cylindrical-coordinate representation of color #DC167E: hue angle of 328.48º 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 #DC167E is Cyan = 0, Magento = 0.9, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 22 | 126 | - |
| CMYK | 0 | 0.9 | 0.43 | 0.14 |
| HSL | 328.48º | 0.82% | 0.47% | - |
| HSV(B) | 328.48º | 0.9% | 0.86% | - |
| XYZ | 33.57 | 17.3 | 21.31 | - |
| YUV | 93.06 | 146.6 | 218.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 126 | 0 | 0.9 | 0.43 | 0.14 | 328.48 | 0.82 | 0.47 |
| Hex | DC | 16 | 7E | 0 | 5A | 2B | E | 148 | 52 | 2F |
| Octal | 334 | 26 | 176 | 0 | 132 | 53 | 16 | 510 | 122 | 57 |
| Binary | 11011100 | 10110 | 1111110 | 0 | 1011010 | 101011 | 1110 | 101001000 | 1010010 | 101111 |
Color Harmonies of #DC167E
Complementary color
Monochromatic Colors of #DC167E
Black with #DC167E
Text Example
Text Example
White with #DC167E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC167E; }
p { color: rgb(220,22,126); }
H1.HeaderClassName
{
color: #DC167E;
}
.AnyTagClassName
{
color: #DC167E;
}
</style>
background-color css
<style>
a { background-color: #DC167E; }
a { background-color: rgb(220,22,126); }
div.DivClassName
{
background-color: #DC167E;
}
.BgClassName
{
background-color: #DC167E;
}
</style>
border-color css
<style>
span { border-color: #DC167E; }
span { border-color: rgb(220,22,126); }
td.TdClassName
{
border-color: #DC167E;
}
.TagClassName
{
border-color: #DC167E;
}
</style>