Shades of Medium Violet Red #DC1392
Tints of Medium Violet Red #DC1392
RGB
CMYK
RGB Variations
Color information
#DC1392 (or 0xDC1392) is known color: Medium Violet Red. HEX triplet: DC, 13 and 92. RGB value is (220,19,146). Sum of RGB (Red+Green+Blue) = 220+19+146=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 19 (7.81% from 255 or 4.94% from 385); Blue value is 146 (57.42% from 255 or 37.92% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1392 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1392 is #23EC6D. Grayscale: #5D5D5D. Windows color (decimal): -2354286 or 9573340. OLE color: 9573340.
HSL color Cylindrical-coordinate representation of color #DC1392: hue angle of 322.09º 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 #DC1392 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 19 | 146 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.14 |
| HSL | 322.09º | 0.84% | 0.47% | - |
| HSV(B) | 322.09º | 0.91% | 0.86% | - |
| XYZ | 34.94 | 17.76 | 28.78 | - |
| YUV | 93.58 | 157.59 | 218.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 19 | 146 | 0 | 0.91 | 0.34 | 0.14 | 322.09 | 0.84 | 0.47 |
| Hex | DC | 13 | 92 | 0 | 5B | 22 | E | 142 | 54 | 2F |
| Octal | 334 | 23 | 222 | 0 | 133 | 42 | 16 | 502 | 124 | 57 |
| Binary | 11011100 | 10011 | 10010010 | 0 | 1011011 | 100010 | 1110 | 101000010 | 1010100 | 101111 |
Color Harmonies of #DC1392
Complementary color
Monochromatic Colors of #DC1392
Black with #DC1392
Text Example
Text Example
White with #DC1392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1392; }
p { color: rgb(220,19,146); }
H1.HeaderClassName
{
color: #DC1392;
}
.AnyTagClassName
{
color: #DC1392;
}
</style>
background-color css
<style>
a { background-color: #DC1392; }
a { background-color: rgb(220,19,146); }
div.DivClassName
{
background-color: #DC1392;
}
.BgClassName
{
background-color: #DC1392;
}
</style>
border-color css
<style>
span { border-color: #DC1392; }
span { border-color: rgb(220,19,146); }
td.TdClassName
{
border-color: #DC1392;
}
.TagClassName
{
border-color: #DC1392;
}
</style>