Shades of Medium Violet Red #DC0183
Tints of Medium Violet Red #DC0183
RGB
CMYK
RGB Variations
Color information
#DC0183 (or 0xDC0183) is known color: Medium Violet Red. HEX triplet: DC, 01 and 83. RGB value is (220,1,131). Sum of RGB (Red+Green+Blue) = 220+1+131=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 1 (0.78% from 255 or 0.28% from 352); Blue value is 131 (51.56% from 255 or 37.22% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0183 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0183 is #23FE7C. Grayscale: #515151. Windows color (decimal): -2358909 or 8585692. OLE color: 8585692.
HSL color Cylindrical-coordinate representation of color #DC0183: hue angle of 324.38º 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 #DC0183 is Cyan = 0, Magento = 1.00, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 1 | 131 | - |
| CMYK | 0 | 1.00 | 0.40 | 0.14 |
| HSL | 324.38º | 0.99% | 0.43% | - |
| HSV(B) | 324.38º | 1% | 0.86% | - |
| XYZ | 33.62 | 16.88 | 22.96 | - |
| YUV | 81.3 | 156.05 | 226.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 131 | 0 | 1.00 | 0.40 | 0.14 | 324.38 | 0.99 | 0.43 |
| Hex | DC | 1 | 83 | 0 | 64 | 28 | E | 144 | 63 | 2B |
| Octal | 334 | 1 | 203 | 0 | 144 | 50 | 16 | 504 | 143 | 53 |
| Binary | 11011100 | 1 | 10000011 | 0 | 1100100 | 101000 | 1110 | 101000100 | 1100011 | 101011 |
Color Harmonies of #DC0183
Complementary color
Monochromatic Colors of #DC0183
Black with #DC0183
Text Example
Text Example
White with #DC0183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0183; }
p { color: rgb(220,1,131); }
H1.HeaderClassName
{
color: #DC0183;
}
.AnyTagClassName
{
color: #DC0183;
}
</style>
background-color css
<style>
a { background-color: #DC0183; }
a { background-color: rgb(220,1,131); }
div.DivClassName
{
background-color: #DC0183;
}
.BgClassName
{
background-color: #DC0183;
}
</style>
border-color css
<style>
span { border-color: #DC0183; }
span { border-color: rgb(220,1,131); }
td.TdClassName
{
border-color: #DC0183;
}
.TagClassName
{
border-color: #DC0183;
}
</style>