Shades of Medium Violet Red #DC1395
Tints of Medium Violet Red #DC1395
RGB
CMYK
RGB Variations
Color information
#DC1395 (or 0xDC1395) is known color: Medium Violet Red. HEX triplet: DC, 13 and 95. RGB value is (220,19,149). Sum of RGB (Red+Green+Blue) = 220+19+149=388 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.70% from 388); Green value is 19 (7.81% from 255 or 4.90% from 388); Blue value is 149 (58.59% from 255 or 38.40% from 388); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1395 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1395 is #23EC6A. Grayscale: #5D5D5D. Windows color (decimal): -2354283 or 9769948. OLE color: 9769948.
HSL color Cylindrical-coordinate representation of color #DC1395: hue angle of 321.19º 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 #DC1395 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 19 | 149 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.14 |
| HSL | 321.19º | 0.84% | 0.47% | - |
| HSV(B) | 321.19º | 0.91% | 0.86% | - |
| XYZ | 35.17 | 17.85 | 30.03 | - |
| YUV | 93.92 | 159.09 | 217.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 19 | 149 | 0 | 0.91 | 0.32 | 0.14 | 321.19 | 0.84 | 0.47 |
| Hex | DC | 13 | 95 | 0 | 5B | 20 | E | 141 | 54 | 2F |
| Octal | 334 | 23 | 225 | 0 | 133 | 40 | 16 | 501 | 124 | 57 |
| Binary | 11011100 | 10011 | 10010101 | 0 | 1011011 | 100000 | 1110 | 101000001 | 1010100 | 101111 |
Color Harmonies of #DC1395
Complementary color
Monochromatic Colors of #DC1395
Black with #DC1395
Text Example
Text Example
White with #DC1395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1395; }
p { color: rgb(220,19,149); }
H1.HeaderClassName
{
color: #DC1395;
}
.AnyTagClassName
{
color: #DC1395;
}
</style>
background-color css
<style>
a { background-color: #DC1395; }
a { background-color: rgb(220,19,149); }
div.DivClassName
{
background-color: #DC1395;
}
.BgClassName
{
background-color: #DC1395;
}
</style>
border-color css
<style>
span { border-color: #DC1395; }
span { border-color: rgb(220,19,149); }
td.TdClassName
{
border-color: #DC1395;
}
.TagClassName
{
border-color: #DC1395;
}
</style>