Shades of Medium Violet Red #DC018A
Tints of Medium Violet Red #DC018A
RGB
CMYK
RGB Variations
Color information
#DC018A (or 0xDC018A) is known color: Medium Violet Red. HEX triplet: DC, 01 and 8A. RGB value is (220,1,138). Sum of RGB (Red+Green+Blue) = 220+1+138=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 1 (0.78% from 255 or 0.28% from 359); Blue value is 138 (54.30% from 255 or 38.44% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC018A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC018A is #23FE75. Grayscale: #515151. Windows color (decimal): -2358902 or 9044444. OLE color: 9044444.
HSL color Cylindrical-coordinate representation of color #DC018A: hue angle of 322.47º 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 #DC018A is Cyan = 0, Magento = 1.00, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 1 | 138 | - |
| CMYK | 0 | 1.00 | 0.37 | 0.14 |
| HSL | 322.47º | 0.99% | 0.43% | - |
| HSV(B) | 322.47º | 1% | 0.86% | - |
| XYZ | 34.11 | 17.07 | 25.54 | - |
| YUV | 82.1 | 159.55 | 226.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 138 | 0 | 1.00 | 0.37 | 0.14 | 322.47 | 0.99 | 0.43 |
| Hex | DC | 1 | 8A | 0 | 64 | 25 | E | 142 | 63 | 2B |
| Octal | 334 | 1 | 212 | 0 | 144 | 45 | 16 | 502 | 143 | 53 |
| Binary | 11011100 | 1 | 10001010 | 0 | 1100100 | 100101 | 1110 | 101000010 | 1100011 | 101011 |
Color Harmonies of #DC018A
Complementary color
Monochromatic Colors of #DC018A
Black with #DC018A
Text Example
Text Example
White with #DC018A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC018A; }
p { color: rgb(220,1,138); }
H1.HeaderClassName
{
color: #DC018A;
}
.AnyTagClassName
{
color: #DC018A;
}
</style>
background-color css
<style>
a { background-color: #DC018A; }
a { background-color: rgb(220,1,138); }
div.DivClassName
{
background-color: #DC018A;
}
.BgClassName
{
background-color: #DC018A;
}
</style>
border-color css
<style>
span { border-color: #DC018A; }
span { border-color: rgb(220,1,138); }
td.TdClassName
{
border-color: #DC018A;
}
.TagClassName
{
border-color: #DC018A;
}
</style>