Shades of Medium Violet Red #DC1683
Tints of Medium Violet Red #DC1683
RGB
CMYK
RGB Variations
Color information
#DC1683 (or 0xDC1683) is known color: Medium Violet Red. HEX triplet: DC, 16 and 83. RGB value is (220,22,131). Sum of RGB (Red+Green+Blue) = 220+22+131=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 22 (8.98% from 255 or 5.90% from 373); Blue value is 131 (51.56% from 255 or 35.12% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1683 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1683 is #23E97C. Grayscale: #5D5D5D. Windows color (decimal): -2353533 or 8591068. OLE color: 8591068.
HSL color Cylindrical-coordinate representation of color #DC1683: hue angle of 326.97º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC1683 is Cyan = 0, Magento = 0.9, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 22 | 131 | - |
| CMYK | 0 | 0.9 | 0.40 | 0.14 |
| HSL | 326.97º | 0.82% | 0.47% | - |
| HSV(B) | 326.97º | 0.9% | 0.86% | - |
| XYZ | 33.9 | 17.43 | 23.05 | - |
| YUV | 93.63 | 149.1 | 218.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 131 | 0 | 0.9 | 0.40 | 0.14 | 326.97 | 0.82 | 0.47 |
| Hex | DC | 16 | 83 | 0 | 5A | 28 | E | 147 | 52 | 2F |
| Octal | 334 | 26 | 203 | 0 | 132 | 50 | 16 | 507 | 122 | 57 |
| Binary | 11011100 | 10110 | 10000011 | 0 | 1011010 | 101000 | 1110 | 101000111 | 1010010 | 101111 |
Color Harmonies of #DC1683
Complementary color
Monochromatic Colors of #DC1683
Black with #DC1683
Text Example
Text Example
White with #DC1683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1683; }
p { color: rgb(220,22,131); }
H1.HeaderClassName
{
color: #DC1683;
}
.AnyTagClassName
{
color: #DC1683;
}
</style>
background-color css
<style>
a { background-color: #DC1683; }
a { background-color: rgb(220,22,131); }
div.DivClassName
{
background-color: #DC1683;
}
.BgClassName
{
background-color: #DC1683;
}
</style>
border-color css
<style>
span { border-color: #DC1683; }
span { border-color: rgb(220,22,131); }
td.TdClassName
{
border-color: #DC1683;
}
.TagClassName
{
border-color: #DC1683;
}
</style>