Shades of Medium Violet Red #DC0381
Tints of Medium Violet Red #DC0381
RGB
CMYK
RGB Variations
Color information
#DC0381 (or 0xDC0381) is known color: Medium Violet Red. HEX triplet: DC, 03 and 81. RGB value is (220,3,129). Sum of RGB (Red+Green+Blue) = 220+3+129=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 3 (1.56% from 255 or 0.85% from 352); Blue value is 129 (50.78% from 255 or 36.65% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0381 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0381 is #23FC7E. Grayscale: #515151. Windows color (decimal): -2358399 or 8455132. OLE color: 8455132.
HSL color Cylindrical-coordinate representation of color #DC0381: hue angle of 325.16º degrees, saturation: 0.97, 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 #DC0381 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 129 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.14 |
| HSL | 325.16º | 0.97% | 0.44% | - |
| HSV(B) | 325.16º | 0.99% | 0.86% | - |
| XYZ | 33.51 | 16.87 | 22.26 | - |
| YUV | 82.25 | 154.39 | 226.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 129 | 0 | 0.99 | 0.41 | 0.14 | 325.16 | 0.97 | 0.44 |
| Hex | DC | 3 | 81 | 0 | 63 | 29 | E | 145 | 61 | 2C |
| Octal | 334 | 3 | 201 | 0 | 143 | 51 | 16 | 505 | 141 | 54 |
| Binary | 11011100 | 11 | 10000001 | 0 | 1100011 | 101001 | 1110 | 101000101 | 1100001 | 101100 |
Color Harmonies of #DC0381
Complementary color
Monochromatic Colors of #DC0381
Black with #DC0381
Text Example
Text Example
White with #DC0381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0381; }
p { color: rgb(220,3,129); }
H1.HeaderClassName
{
color: #DC0381;
}
.AnyTagClassName
{
color: #DC0381;
}
</style>
background-color css
<style>
a { background-color: #DC0381; }
a { background-color: rgb(220,3,129); }
div.DivClassName
{
background-color: #DC0381;
}
.BgClassName
{
background-color: #DC0381;
}
</style>
border-color css
<style>
span { border-color: #DC0381; }
span { border-color: rgb(220,3,129); }
td.TdClassName
{
border-color: #DC0381;
}
.TagClassName
{
border-color: #DC0381;
}
</style>