Shades of Medium Violet Red #DC028C
Tints of Medium Violet Red #DC028C
RGB
CMYK
RGB Variations
Color information
#DC028C (or 0xDC028C) is known color: Medium Violet Red. HEX triplet: DC, 02 and 8C. RGB value is (220,2,140). Sum of RGB (Red+Green+Blue) = 220+2+140=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 2 (1.17% from 255 or 0.55% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC028C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC028C is #23FD73. Grayscale: #525252. Windows color (decimal): -2358644 or 9175772. OLE color: 9175772.
HSL color Cylindrical-coordinate representation of color #DC028C: hue angle of 322.02º 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 #DC028C is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 140 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.14 |
| HSL | 322.02º | 0.98% | 0.44% | - |
| HSV(B) | 322.02º | 0.99% | 0.86% | - |
| XYZ | 34.27 | 17.15 | 26.32 | - |
| YUV | 82.91 | 160.22 | 225.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 140 | 0 | 0.99 | 0.36 | 0.14 | 322.02 | 0.98 | 0.44 |
| Hex | DC | 2 | 8C | 0 | 63 | 24 | E | 142 | 62 | 2C |
| Octal | 334 | 2 | 214 | 0 | 143 | 44 | 16 | 502 | 142 | 54 |
| Binary | 11011100 | 10 | 10001100 | 0 | 1100011 | 100100 | 1110 | 101000010 | 1100010 | 101100 |
Color Harmonies of #DC028C
Complementary color
Monochromatic Colors of #DC028C
Black with #DC028C
Text Example
Text Example
White with #DC028C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC028C; }
p { color: rgb(220,2,140); }
H1.HeaderClassName
{
color: #DC028C;
}
.AnyTagClassName
{
color: #DC028C;
}
</style>
background-color css
<style>
a { background-color: #DC028C; }
a { background-color: rgb(220,2,140); }
div.DivClassName
{
background-color: #DC028C;
}
.BgClassName
{
background-color: #DC028C;
}
</style>
border-color css
<style>
span { border-color: #DC028C; }
span { border-color: rgb(220,2,140); }
td.TdClassName
{
border-color: #DC028C;
}
.TagClassName
{
border-color: #DC028C;
}
</style>