Shades of Medium Violet Red #DC168B
Tints of Medium Violet Red #DC168B
RGB
CMYK
RGB Variations
Color information
#DC168B (or 0xDC168B) is known color: Medium Violet Red. HEX triplet: DC, 16 and 8B. RGB value is (220,22,139). Sum of RGB (Red+Green+Blue) = 220+22+139=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 22 (8.98% from 255 or 5.77% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC168B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC168B is #23E974. Grayscale: #5E5E5E. Windows color (decimal): -2353525 or 9115356. OLE color: 9115356.
HSL color Cylindrical-coordinate representation of color #DC168B: hue angle of 324.55º 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 #DC168B is Cyan = 0, Magento = 0.9, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 22 | 139 | - |
| CMYK | 0 | 0.9 | 0.37 | 0.14 |
| HSL | 324.55º | 0.82% | 0.47% | - |
| HSV(B) | 324.55º | 0.9% | 0.86% | - |
| XYZ | 34.46 | 17.65 | 26.02 | - |
| YUV | 94.54 | 153.1 | 217.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 139 | 0 | 0.9 | 0.37 | 0.14 | 324.55 | 0.82 | 0.47 |
| Hex | DC | 16 | 8B | 0 | 5A | 25 | E | 145 | 52 | 2F |
| Octal | 334 | 26 | 213 | 0 | 132 | 45 | 16 | 505 | 122 | 57 |
| Binary | 11011100 | 10110 | 10001011 | 0 | 1011010 | 100101 | 1110 | 101000101 | 1010010 | 101111 |
Color Harmonies of #DC168B
Complementary color
Monochromatic Colors of #DC168B
Black with #DC168B
Text Example
Text Example
White with #DC168B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC168B; }
p { color: rgb(220,22,139); }
H1.HeaderClassName
{
color: #DC168B;
}
.AnyTagClassName
{
color: #DC168B;
}
</style>
background-color css
<style>
a { background-color: #DC168B; }
a { background-color: rgb(220,22,139); }
div.DivClassName
{
background-color: #DC168B;
}
.BgClassName
{
background-color: #DC168B;
}
</style>
border-color css
<style>
span { border-color: #DC168B; }
span { border-color: rgb(220,22,139); }
td.TdClassName
{
border-color: #DC168B;
}
.TagClassName
{
border-color: #DC168B;
}
</style>