Shades of Medium Violet Red #DC0D92
Tints of Medium Violet Red #DC0D92
RGB
CMYK
RGB Variations
Color information
#DC0D92 (or 0xDC0D92) is known color: Medium Violet Red. HEX triplet: DC, 0D and 92. RGB value is (220,13,146). Sum of RGB (Red+Green+Blue) = 220+13+146=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 13 (5.47% from 255 or 3.43% from 379); Blue value is 146 (57.42% from 255 or 38.52% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0D92 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0D92 is #23F26D. Grayscale: #595959. Windows color (decimal): -2355822 or 9571804. OLE color: 9571804.
HSL color Cylindrical-coordinate representation of color #DC0D92: hue angle of 321.45º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC0D92 is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 13 | 146 | - |
| CMYK | 0 | 0.94 | 0.34 | 0.14 |
| HSL | 321.45º | 0.89% | 0.46% | - |
| HSV(B) | 321.45º | 0.94% | 0.86% | - |
| XYZ | 34.85 | 17.58 | 28.75 | - |
| YUV | 90.06 | 159.58 | 220.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 13 | 146 | 0 | 0.94 | 0.34 | 0.14 | 321.45 | 0.89 | 0.46 |
| Hex | DC | D | 92 | 0 | 5E | 22 | E | 141 | 59 | 2E |
| Octal | 334 | 15 | 222 | 0 | 136 | 42 | 16 | 501 | 131 | 56 |
| Binary | 11011100 | 1101 | 10010010 | 0 | 1011110 | 100010 | 1110 | 101000001 | 1011001 | 101110 |
Color Harmonies of #DC0D92
Complementary color
Monochromatic Colors of #DC0D92
Black with #DC0D92
Text Example
Text Example
White with #DC0D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0D92; }
p { color: rgb(220,13,146); }
H1.HeaderClassName
{
color: #DC0D92;
}
.AnyTagClassName
{
color: #DC0D92;
}
</style>
background-color css
<style>
a { background-color: #DC0D92; }
a { background-color: rgb(220,13,146); }
div.DivClassName
{
background-color: #DC0D92;
}
.BgClassName
{
background-color: #DC0D92;
}
</style>
border-color css
<style>
span { border-color: #DC0D92; }
span { border-color: rgb(220,13,146); }
td.TdClassName
{
border-color: #DC0D92;
}
.TagClassName
{
border-color: #DC0D92;
}
</style>