Shades of Medium Violet Red #DC168D
Tints of Medium Violet Red #DC168D
RGB
CMYK
RGB Variations
Color information
#DC168D (or 0xDC168D) is known color: Medium Violet Red. HEX triplet: DC, 16 and 8D. RGB value is (220,22,141). Sum of RGB (Red+Green+Blue) = 220+22+141=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 22 (8.98% from 255 or 5.74% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC168D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC168D is #23E972. Grayscale: #5E5E5E. Windows color (decimal): -2353523 or 9246428. OLE color: 9246428.
HSL color Cylindrical-coordinate representation of color #DC168D: hue angle of 323.94º 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 #DC168D is Cyan = 0, Magento = 0.9, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 22 | 141 | - |
| CMYK | 0 | 0.9 | 0.36 | 0.14 |
| HSL | 323.94º | 0.82% | 0.47% | - |
| HSV(B) | 323.94º | 0.9% | 0.86% | - |
| XYZ | 34.61 | 17.71 | 26.79 | - |
| YUV | 94.77 | 154.1 | 217.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 141 | 0 | 0.9 | 0.36 | 0.14 | 323.94 | 0.82 | 0.47 |
| Hex | DC | 16 | 8D | 0 | 5A | 24 | E | 144 | 52 | 2F |
| Octal | 334 | 26 | 215 | 0 | 132 | 44 | 16 | 504 | 122 | 57 |
| Binary | 11011100 | 10110 | 10001101 | 0 | 1011010 | 100100 | 1110 | 101000100 | 1010010 | 101111 |
Color Harmonies of #DC168D
Complementary color
Monochromatic Colors of #DC168D
Black with #DC168D
Text Example
Text Example
White with #DC168D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC168D; }
p { color: rgb(220,22,141); }
H1.HeaderClassName
{
color: #DC168D;
}
.AnyTagClassName
{
color: #DC168D;
}
</style>
background-color css
<style>
a { background-color: #DC168D; }
a { background-color: rgb(220,22,141); }
div.DivClassName
{
background-color: #DC168D;
}
.BgClassName
{
background-color: #DC168D;
}
</style>
border-color css
<style>
span { border-color: #DC168D; }
span { border-color: rgb(220,22,141); }
td.TdClassName
{
border-color: #DC168D;
}
.TagClassName
{
border-color: #DC168D;
}
</style>