Shades of Medium Violet Red #DC028D
Tints of Medium Violet Red #DC028D
RGB
CMYK
RGB Variations
Color information
#DC028D (or 0xDC028D) is known color: Medium Violet Red. HEX triplet: DC, 02 and 8D. RGB value is (220,2,141). Sum of RGB (Red+Green+Blue) = 220+2+141=363 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.61% from 363); Green value is 2 (1.17% from 255 or 0.55% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 220 - color contains mainly: red. Hex color #DC028D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC028D is #23FD72. Grayscale: #525252. Windows color (decimal): -2358643 or 9241308. OLE color: 9241308.
HSL color Cylindrical-coordinate representation of color #DC028D: hue angle of 321.74º 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 #DC028D is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 141 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.14 |
| HSL | 321.74º | 0.98% | 0.44% | - |
| HSV(B) | 321.74º | 0.99% | 0.86% | - |
| XYZ | 34.34 | 17.18 | 26.71 | - |
| YUV | 83.03 | 160.72 | 225.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 141 | 0 | 0.99 | 0.36 | 0.14 | 321.74 | 0.98 | 0.44 |
| Hex | DC | 2 | 8D | 0 | 63 | 24 | E | 142 | 62 | 2C |
| Octal | 334 | 2 | 215 | 0 | 143 | 44 | 16 | 502 | 142 | 54 |
| Binary | 11011100 | 10 | 10001101 | 0 | 1100011 | 100100 | 1110 | 101000010 | 1100010 | 101100 |
Color Harmonies of #DC028D
Complementary color
Monochromatic Colors of #DC028D
Black with #DC028D
Text Example
Text Example
White with #DC028D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC028D; }
p { color: rgb(220,2,141); }
H1.HeaderClassName
{
color: #DC028D;
}
.AnyTagClassName
{
color: #DC028D;
}
</style>
background-color css
<style>
a { background-color: #DC028D; }
a { background-color: rgb(220,2,141); }
div.DivClassName
{
background-color: #DC028D;
}
.BgClassName
{
background-color: #DC028D;
}
</style>
border-color css
<style>
span { border-color: #DC028D; }
span { border-color: rgb(220,2,141); }
td.TdClassName
{
border-color: #DC028D;
}
.TagClassName
{
border-color: #DC028D;
}
</style>