Shades of Medium Violet Red #DC168E
Tints of Medium Violet Red #DC168E
RGB
CMYK
RGB Variations
Color information
#DC168E (or 0xDC168E) is known color: Medium Violet Red. HEX triplet: DC, 16 and 8E. RGB value is (220,22,142). Sum of RGB (Red+Green+Blue) = 220+22+142=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 22 (8.98% from 255 or 5.73% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC168E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC168E is #23E971. Grayscale: #5E5E5E. Windows color (decimal): -2353522 or 9311964. OLE color: 9311964.
HSL color Cylindrical-coordinate representation of color #DC168E: hue angle of 323.64º 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 #DC168E is Cyan = 0, Magento = 0.9, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 22 | 142 | - |
| CMYK | 0 | 0.9 | 0.35 | 0.14 |
| HSL | 323.64º | 0.82% | 0.47% | - |
| HSV(B) | 323.64º | 0.9% | 0.86% | - |
| XYZ | 34.68 | 17.74 | 27.19 | - |
| YUV | 94.88 | 154.6 | 217.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 142 | 0 | 0.9 | 0.35 | 0.14 | 323.64 | 0.82 | 0.47 |
| Hex | DC | 16 | 8E | 0 | 5A | 23 | E | 144 | 52 | 2F |
| Octal | 334 | 26 | 216 | 0 | 132 | 43 | 16 | 504 | 122 | 57 |
| Binary | 11011100 | 10110 | 10001110 | 0 | 1011010 | 100011 | 1110 | 101000100 | 1010010 | 101111 |
Color Harmonies of #DC168E
Complementary color
Monochromatic Colors of #DC168E
Black with #DC168E
Text Example
Text Example
White with #DC168E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC168E; }
p { color: rgb(220,22,142); }
H1.HeaderClassName
{
color: #DC168E;
}
.AnyTagClassName
{
color: #DC168E;
}
</style>
background-color css
<style>
a { background-color: #DC168E; }
a { background-color: rgb(220,22,142); }
div.DivClassName
{
background-color: #DC168E;
}
.BgClassName
{
background-color: #DC168E;
}
</style>
border-color css
<style>
span { border-color: #DC168E; }
span { border-color: rgb(220,22,142); }
td.TdClassName
{
border-color: #DC168E;
}
.TagClassName
{
border-color: #DC168E;
}
</style>