Shades of Medium Violet Red #DC0893
Tints of Medium Violet Red #DC0893
RGB
CMYK
RGB Variations
Color information
#DC0893 (or 0xDC0893) is known color: Medium Violet Red. HEX triplet: DC, 08 and 93. RGB value is (220,8,147). Sum of RGB (Red+Green+Blue) = 220+8+147=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 8 (3.52% from 255 or 2.13% from 375); Blue value is 147 (57.81% from 255 or 39.2% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0893 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0893 is #23F76C. Grayscale: #565656. Windows color (decimal): -2357101 or 9636060. OLE color: 9636060.
HSL color Cylindrical-coordinate representation of color #DC0893: hue angle of 320.66º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC0893 is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 8 | 147 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.14 |
| HSL | 320.66º | 0.93% | 0.45% | - |
| HSV(B) | 320.66º | 0.96% | 0.86% | - |
| XYZ | 34.87 | 17.5 | 29.14 | - |
| YUV | 87.23 | 161.74 | 222.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 8 | 147 | 0 | 0.96 | 0.33 | 0.14 | 320.66 | 0.93 | 0.45 |
| Hex | DC | 8 | 93 | 0 | 60 | 21 | E | 141 | 5D | 2D |
| Octal | 334 | 10 | 223 | 0 | 140 | 41 | 16 | 501 | 135 | 55 |
| Binary | 11011100 | 1000 | 10010011 | 0 | 1100000 | 100001 | 1110 | 101000001 | 1011101 | 101101 |
Color Harmonies of #DC0893
Complementary color
Monochromatic Colors of #DC0893
Black with #DC0893
Text Example
Text Example
White with #DC0893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0893; }
p { color: rgb(220,8,147); }
H1.HeaderClassName
{
color: #DC0893;
}
.AnyTagClassName
{
color: #DC0893;
}
</style>
background-color css
<style>
a { background-color: #DC0893; }
a { background-color: rgb(220,8,147); }
div.DivClassName
{
background-color: #DC0893;
}
.BgClassName
{
background-color: #DC0893;
}
</style>
border-color css
<style>
span { border-color: #DC0893; }
span { border-color: rgb(220,8,147); }
td.TdClassName
{
border-color: #DC0893;
}
.TagClassName
{
border-color: #DC0893;
}
</style>