Shades of Medium Violet Red #DC0F94
Tints of Medium Violet Red #DC0F94
RGB
CMYK
RGB Variations
Color information
#DC0F94 (or 0xDC0F94) is known color: Medium Violet Red. HEX triplet: DC, 0F and 94. RGB value is (220,15,148). Sum of RGB (Red+Green+Blue) = 220+15+148=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 15 (6.25% from 255 or 3.92% from 383); Blue value is 148 (58.20% from 255 or 38.64% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0F94 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0F94 is #23F06B. Grayscale: #5B5B5B. Windows color (decimal): -2355308 or 9703388. OLE color: 9703388.
HSL color Cylindrical-coordinate representation of color #DC0F94: hue angle of 321.07º degrees, saturation: 0.87, 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 #DC0F94 is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 15 | 148 | - |
| CMYK | 0 | 0.93 | 0.33 | 0.14 |
| HSL | 321.07º | 0.87% | 0.46% | - |
| HSV(B) | 321.07º | 0.93% | 0.86% | - |
| XYZ | 35.03 | 17.7 | 29.59 | - |
| YUV | 91.46 | 159.92 | 219.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 15 | 148 | 0 | 0.93 | 0.33 | 0.14 | 321.07 | 0.87 | 0.46 |
| Hex | DC | F | 94 | 0 | 5D | 21 | E | 141 | 57 | 2E |
| Octal | 334 | 17 | 224 | 0 | 135 | 41 | 16 | 501 | 127 | 56 |
| Binary | 11011100 | 1111 | 10010100 | 0 | 1011101 | 100001 | 1110 | 101000001 | 1010111 | 101110 |
Color Harmonies of #DC0F94
Complementary color
Monochromatic Colors of #DC0F94
Black with #DC0F94
Text Example
Text Example
White with #DC0F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0F94; }
p { color: rgb(220,15,148); }
H1.HeaderClassName
{
color: #DC0F94;
}
.AnyTagClassName
{
color: #DC0F94;
}
</style>
background-color css
<style>
a { background-color: #DC0F94; }
a { background-color: rgb(220,15,148); }
div.DivClassName
{
background-color: #DC0F94;
}
.BgClassName
{
background-color: #DC0F94;
}
</style>
border-color css
<style>
span { border-color: #DC0F94; }
span { border-color: rgb(220,15,148); }
td.TdClassName
{
border-color: #DC0F94;
}
.TagClassName
{
border-color: #DC0F94;
}
</style>