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