Shades of Medium Violet Red #DC1393
Tints of Medium Violet Red #DC1393
RGB
CMYK
RGB Variations
Color information
#DC1393 (or 0xDC1393) is known color: Medium Violet Red. HEX triplet: DC, 13 and 93. RGB value is (220,19,147). Sum of RGB (Red+Green+Blue) = 220+19+147=386 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.99% from 386); Green value is 19 (7.81% from 255 or 4.92% from 386); Blue value is 147 (57.81% from 255 or 38.08% from 386); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1393 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1393 is #23EC6C. Grayscale: #5D5D5D. Windows color (decimal): -2354285 or 9638876. OLE color: 9638876.
HSL color Cylindrical-coordinate representation of color #DC1393: hue angle of 321.79º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC1393 is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 19 | 147 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.14 |
| HSL | 321.79º | 0.84% | 0.47% | - |
| HSV(B) | 321.79º | 0.91% | 0.86% | - |
| XYZ | 35.01 | 17.79 | 29.19 | - |
| YUV | 93.69 | 158.09 | 218.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 19 | 147 | 0 | 0.91 | 0.33 | 0.14 | 321.79 | 0.84 | 0.47 |
| Hex | DC | 13 | 93 | 0 | 5B | 21 | E | 142 | 54 | 2F |
| Octal | 334 | 23 | 223 | 0 | 133 | 41 | 16 | 502 | 124 | 57 |
| Binary | 11011100 | 10011 | 10010011 | 0 | 1011011 | 100001 | 1110 | 101000010 | 1010100 | 101111 |
Color Harmonies of #DC1393
Complementary color
Monochromatic Colors of #DC1393
Black with #DC1393
Text Example
Text Example
White with #DC1393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1393; }
p { color: rgb(220,19,147); }
H1.HeaderClassName
{
color: #DC1393;
}
.AnyTagClassName
{
color: #DC1393;
}
</style>
background-color css
<style>
a { background-color: #DC1393; }
a { background-color: rgb(220,19,147); }
div.DivClassName
{
background-color: #DC1393;
}
.BgClassName
{
background-color: #DC1393;
}
</style>
border-color css
<style>
span { border-color: #DC1393; }
span { border-color: rgb(220,19,147); }
td.TdClassName
{
border-color: #DC1393;
}
.TagClassName
{
border-color: #DC1393;
}
</style>