Shades of Medium Violet Red #DC017B
Tints of Medium Violet Red #DC017B
RGB
CMYK
RGB Variations
Color information
#DC017B (or 0xDC017B) is known color: Medium Violet Red. HEX triplet: DC, 01 and 7B. RGB value is (220,1,123). Sum of RGB (Red+Green+Blue) = 220+1+123=344 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.95% from 344); Green value is 1 (0.78% from 255 or 0.29% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 220 - color contains mainly: red. Hex color #DC017B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC017B is #23FE84. Grayscale: #505050. Windows color (decimal): -2358917 or 8061404. OLE color: 8061404.
HSL color Cylindrical-coordinate representation of color #DC017B: hue angle of 326.58º 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 #DC017B is Cyan = 0, Magento = 1.00, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 1 | 123 | - |
| CMYK | 0 | 1.00 | 0.44 | 0.14 |
| HSL | 326.58º | 0.99% | 0.43% | - |
| HSV(B) | 326.58º | 1% | 0.86% | - |
| XYZ | 33.1 | 16.67 | 20.21 | - |
| YUV | 80.39 | 152.05 | 227.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 123 | 0 | 1.00 | 0.44 | 0.14 | 326.58 | 0.99 | 0.43 |
| Hex | DC | 1 | 7B | 0 | 64 | 2C | E | 147 | 63 | 2B |
| Octal | 334 | 1 | 173 | 0 | 144 | 54 | 16 | 507 | 143 | 53 |
| Binary | 11011100 | 1 | 1111011 | 0 | 1100100 | 101100 | 1110 | 101000111 | 1100011 | 101011 |
Color Harmonies of #DC017B
Complementary color
Monochromatic Colors of #DC017B
Black with #DC017B
Text Example
Text Example
White with #DC017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC017B; }
p { color: rgb(220,1,123); }
H1.HeaderClassName
{
color: #DC017B;
}
.AnyTagClassName
{
color: #DC017B;
}
</style>
background-color css
<style>
a { background-color: #DC017B; }
a { background-color: rgb(220,1,123); }
div.DivClassName
{
background-color: #DC017B;
}
.BgClassName
{
background-color: #DC017B;
}
</style>
border-color css
<style>
span { border-color: #DC017B; }
span { border-color: rgb(220,1,123); }
td.TdClassName
{
border-color: #DC017B;
}
.TagClassName
{
border-color: #DC017B;
}
</style>