Shades of Medium Violet Red #DC018D
Tints of Medium Violet Red #DC018D
RGB
CMYK
RGB Variations
Color information
#DC018D (or 0xDC018D) is known color: Medium Violet Red. HEX triplet: DC, 01 and 8D. RGB value is (220,1,141). Sum of RGB (Red+Green+Blue) = 220+1+141=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 1 (0.78% from 255 or 0.28% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC018D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC018D is #23FE72. Grayscale: #525252. Windows color (decimal): -2358899 or 9241052. OLE color: 9241052.
HSL color Cylindrical-coordinate representation of color #DC018D: hue angle of 321.64º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC018D is Cyan = 0, Magento = 1.00, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 1 | 141 | - |
| CMYK | 0 | 1.00 | 0.36 | 0.14 |
| HSL | 321.64º | 0.99% | 0.43% | - |
| HSV(B) | 321.64º | 1% | 0.86% | - |
| XYZ | 34.33 | 17.16 | 26.7 | - |
| YUV | 82.44 | 161.05 | 226.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 141 | 0 | 1.00 | 0.36 | 0.14 | 321.64 | 0.99 | 0.43 |
| Hex | DC | 1 | 8D | 0 | 64 | 24 | E | 142 | 63 | 2B |
| Octal | 334 | 1 | 215 | 0 | 144 | 44 | 16 | 502 | 143 | 53 |
| Binary | 11011100 | 1 | 10001101 | 0 | 1100100 | 100100 | 1110 | 101000010 | 1100011 | 101011 |
Color Harmonies of #DC018D
Complementary color
Monochromatic Colors of #DC018D
Black with #DC018D
Text Example
Text Example
White with #DC018D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC018D; }
p { color: rgb(220,1,141); }
H1.HeaderClassName
{
color: #DC018D;
}
.AnyTagClassName
{
color: #DC018D;
}
</style>
background-color css
<style>
a { background-color: #DC018D; }
a { background-color: rgb(220,1,141); }
div.DivClassName
{
background-color: #DC018D;
}
.BgClassName
{
background-color: #DC018D;
}
</style>
border-color css
<style>
span { border-color: #DC018D; }
span { border-color: rgb(220,1,141); }
td.TdClassName
{
border-color: #DC018D;
}
.TagClassName
{
border-color: #DC018D;
}
</style>