Shades of Medium Violet Red #DC028E
Tints of Medium Violet Red #DC028E
RGB
CMYK
RGB Variations
Color information
#DC028E (or 0xDC028E) is known color: Medium Violet Red. HEX triplet: DC, 02 and 8E. RGB value is (220,2,142). Sum of RGB (Red+Green+Blue) = 220+2+142=364 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.44% from 364); Green value is 2 (1.17% from 255 or 0.55% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 220 - color contains mainly: red. Hex color #DC028E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC028E is #23FD71. Grayscale: #525252. Windows color (decimal): -2358642 or 9306844. OLE color: 9306844.
HSL color Cylindrical-coordinate representation of color #DC028E: hue angle of 321.47º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC028E is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 142 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.14 |
| HSL | 321.47º | 0.98% | 0.44% | - |
| HSV(B) | 321.47º | 0.99% | 0.86% | - |
| XYZ | 34.42 | 17.21 | 27.1 | - |
| YUV | 83.14 | 161.22 | 225.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 142 | 0 | 0.99 | 0.35 | 0.14 | 321.47 | 0.98 | 0.44 |
| Hex | DC | 2 | 8E | 0 | 63 | 23 | E | 141 | 62 | 2C |
| Octal | 334 | 2 | 216 | 0 | 143 | 43 | 16 | 501 | 142 | 54 |
| Binary | 11011100 | 10 | 10001110 | 0 | 1100011 | 100011 | 1110 | 101000001 | 1100010 | 101100 |
Color Harmonies of #DC028E
Complementary color
Monochromatic Colors of #DC028E
Black with #DC028E
Text Example
Text Example
White with #DC028E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC028E; }
p { color: rgb(220,2,142); }
H1.HeaderClassName
{
color: #DC028E;
}
.AnyTagClassName
{
color: #DC028E;
}
</style>
background-color css
<style>
a { background-color: #DC028E; }
a { background-color: rgb(220,2,142); }
div.DivClassName
{
background-color: #DC028E;
}
.BgClassName
{
background-color: #DC028E;
}
</style>
border-color css
<style>
span { border-color: #DC028E; }
span { border-color: rgb(220,2,142); }
td.TdClassName
{
border-color: #DC028E;
}
.TagClassName
{
border-color: #DC028E;
}
</style>