Shades of Medium Violet Red #DC169C
Tints of Medium Violet Red #DC169C
RGB
CMYK
RGB Variations
Color information
#DC169C (or 0xDC169C) is known color: Medium Violet Red. HEX triplet: DC, 16 and 9C. RGB value is (220,22,156). Sum of RGB (Red+Green+Blue) = 220+22+156=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 22 (8.98% from 255 or 5.53% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC169C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC169C is #23E963. Grayscale: #606060. Windows color (decimal): -2353508 or 10229468. OLE color: 10229468.
HSL color Cylindrical-coordinate representation of color #DC169C: hue angle of 319.39º 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 #DC169C is Cyan = 0, Magento = 0.9, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 22 | 156 | - |
| CMYK | 0 | 0.9 | 0.29 | 0.14 |
| HSL | 319.39º | 0.82% | 0.47% | - |
| HSV(B) | 319.39º | 0.9% | 0.86% | - |
| XYZ | 35.8 | 18.19 | 33.08 | - |
| YUV | 96.48 | 161.6 | 216.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 156 | 0 | 0.9 | 0.29 | 0.14 | 319.39 | 0.82 | 0.47 |
| Hex | DC | 16 | 9C | 0 | 5A | 1D | E | 13F | 52 | 2F |
| Octal | 334 | 26 | 234 | 0 | 132 | 35 | 16 | 477 | 122 | 57 |
| Binary | 11011100 | 10110 | 10011100 | 0 | 1011010 | 11101 | 1110 | 100111111 | 1010010 | 101111 |
Color Harmonies of #DC169C
Complementary color
Monochromatic Colors of #DC169C
Black with #DC169C
Text Example
Text Example
White with #DC169C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC169C; }
p { color: rgb(220,22,156); }
H1.HeaderClassName
{
color: #DC169C;
}
.AnyTagClassName
{
color: #DC169C;
}
</style>
background-color css
<style>
a { background-color: #DC169C; }
a { background-color: rgb(220,22,156); }
div.DivClassName
{
background-color: #DC169C;
}
.BgClassName
{
background-color: #DC169C;
}
</style>
border-color css
<style>
span { border-color: #DC169C; }
span { border-color: rgb(220,22,156); }
td.TdClassName
{
border-color: #DC169C;
}
.TagClassName
{
border-color: #DC169C;
}
</style>