Shades of Medium Violet Red #DC1092
Tints of Medium Violet Red #DC1092
RGB
CMYK
RGB Variations
Color information
#DC1092 (or 0xDC1092) is known color: Medium Violet Red. HEX triplet: DC, 10 and 92. RGB value is (220,16,146). Sum of RGB (Red+Green+Blue) = 220+16+146=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 16 (6.64% from 255 or 4.19% from 382); Blue value is 146 (57.42% from 255 or 38.22% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1092 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1092 is #23EF6D. Grayscale: #5B5B5B. Windows color (decimal): -2355054 or 9572572. OLE color: 9572572.
HSL color Cylindrical-coordinate representation of color #DC1092: hue angle of 321.76º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC1092 is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 16 | 146 | - |
| CMYK | 0 | 0.93 | 0.34 | 0.14 |
| HSL | 321.76º | 0.86% | 0.46% | - |
| HSV(B) | 321.76º | 0.93% | 0.86% | - |
| XYZ | 34.89 | 17.66 | 28.76 | - |
| YUV | 91.82 | 158.59 | 219.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 16 | 146 | 0 | 0.93 | 0.34 | 0.14 | 321.76 | 0.86 | 0.46 |
| Hex | DC | 10 | 92 | 0 | 5D | 22 | E | 142 | 56 | 2E |
| Octal | 334 | 20 | 222 | 0 | 135 | 42 | 16 | 502 | 126 | 56 |
| Binary | 11011100 | 10000 | 10010010 | 0 | 1011101 | 100010 | 1110 | 101000010 | 1010110 | 101110 |
Color Harmonies of #DC1092
Complementary color
Monochromatic Colors of #DC1092
Black with #DC1092
Text Example
Text Example
White with #DC1092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1092; }
p { color: rgb(220,16,146); }
H1.HeaderClassName
{
color: #DC1092;
}
.AnyTagClassName
{
color: #DC1092;
}
</style>
background-color css
<style>
a { background-color: #DC1092; }
a { background-color: rgb(220,16,146); }
div.DivClassName
{
background-color: #DC1092;
}
.BgClassName
{
background-color: #DC1092;
}
</style>
border-color css
<style>
span { border-color: #DC1092; }
span { border-color: rgb(220,16,146); }
td.TdClassName
{
border-color: #DC1092;
}
.TagClassName
{
border-color: #DC1092;
}
</style>