Shades of Medium Violet Red #DC1292
Tints of Medium Violet Red #DC1292
RGB
CMYK
RGB Variations
Color information
#DC1292 (or 0xDC1292) is known color: Medium Violet Red. HEX triplet: DC, 12 and 92. RGB value is (220,18,146). Sum of RGB (Red+Green+Blue) = 220+18+146=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 18 (7.42% from 255 or 4.69% from 384); Blue value is 146 (57.42% from 255 or 38.02% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1292 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1292 is #23ED6D. Grayscale: #5C5C5C. Windows color (decimal): -2354542 or 9573084. OLE color: 9573084.
HSL color Cylindrical-coordinate representation of color #DC1292: hue angle of 321.98º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC1292 is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 18 | 146 | - |
| CMYK | 0 | 0.92 | 0.34 | 0.14 |
| HSL | 321.98º | 0.85% | 0.47% | - |
| HSV(B) | 321.98º | 0.92% | 0.86% | - |
| XYZ | 34.92 | 17.72 | 28.77 | - |
| YUV | 92.99 | 157.92 | 218.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 146 | 0 | 0.92 | 0.34 | 0.14 | 321.98 | 0.85 | 0.47 |
| Hex | DC | 12 | 92 | 0 | 5C | 22 | E | 142 | 55 | 2F |
| Octal | 334 | 22 | 222 | 0 | 134 | 42 | 16 | 502 | 125 | 57 |
| Binary | 11011100 | 10010 | 10010010 | 0 | 1011100 | 100010 | 1110 | 101000010 | 1010101 | 101111 |
Color Harmonies of #DC1292
Complementary color
Monochromatic Colors of #DC1292
Black with #DC1292
Text Example
Text Example
White with #DC1292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1292; }
p { color: rgb(220,18,146); }
H1.HeaderClassName
{
color: #DC1292;
}
.AnyTagClassName
{
color: #DC1292;
}
</style>
background-color css
<style>
a { background-color: #DC1292; }
a { background-color: rgb(220,18,146); }
div.DivClassName
{
background-color: #DC1292;
}
.BgClassName
{
background-color: #DC1292;
}
</style>
border-color css
<style>
span { border-color: #DC1292; }
span { border-color: rgb(220,18,146); }
td.TdClassName
{
border-color: #DC1292;
}
.TagClassName
{
border-color: #DC1292;
}
</style>