Shades of Medium Violet Red #DC169A
Tints of Medium Violet Red #DC169A
RGB
CMYK
RGB Variations
Color information
#DC169A (or 0xDC169A) is known color: Medium Violet Red. HEX triplet: DC, 16 and 9A. RGB value is (220,22,154). Sum of RGB (Red+Green+Blue) = 220+22+154=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 22 (8.98% from 255 or 5.56% from 396); Blue value is 154 (60.55% from 255 or 38.89% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC169A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC169A is #23E965. Grayscale: #5F5F5F. Windows color (decimal): -2353510 or 10098396. OLE color: 10098396.
HSL color Cylindrical-coordinate representation of color #DC169A: hue angle of 320º 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 #DC169A is Cyan = 0, Magento = 0.9, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 22 | 154 | - |
| CMYK | 0 | 0.9 | 0.3 | 0.14 |
| HSL | 320º | 0.82% | 0.47% | - |
| HSV(B) | 320º | 0.9% | 0.86% | - |
| XYZ | 35.63 | 18.12 | 32.19 | - |
| YUV | 96.25 | 160.6 | 216.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 154 | 0 | 0.9 | 0.3 | 0.14 | 320 | 0.82 | 0.47 |
| Hex | DC | 16 | 9A | 0 | 5A | 1E | E | 140 | 52 | 2F |
| Octal | 334 | 26 | 232 | 0 | 132 | 36 | 16 | 500 | 122 | 57 |
| Binary | 11011100 | 10110 | 10011010 | 0 | 1011010 | 11110 | 1110 | 101000000 | 1010010 | 101111 |
Color Harmonies of #DC169A
Complementary color
Monochromatic Colors of #DC169A
Black with #DC169A
Text Example
Text Example
White with #DC169A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC169A; }
p { color: rgb(220,22,154); }
H1.HeaderClassName
{
color: #DC169A;
}
.AnyTagClassName
{
color: #DC169A;
}
</style>
background-color css
<style>
a { background-color: #DC169A; }
a { background-color: rgb(220,22,154); }
div.DivClassName
{
background-color: #DC169A;
}
.BgClassName
{
background-color: #DC169A;
}
</style>
border-color css
<style>
span { border-color: #DC169A; }
span { border-color: rgb(220,22,154); }
td.TdClassName
{
border-color: #DC169A;
}
.TagClassName
{
border-color: #DC169A;
}
</style>