Shades of Medium Violet Red #DC1098
Tints of Medium Violet Red #DC1098
RGB
CMYK
RGB Variations
Color information
#DC1098 (or 0xDC1098) is known color: Medium Violet Red. HEX triplet: DC, 10 and 98. RGB value is (220,16,152). Sum of RGB (Red+Green+Blue) = 220+16+152=388 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.70% from 388); Green value is 16 (6.64% from 255 or 4.12% from 388); Blue value is 152 (59.77% from 255 or 39.18% from 388); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1098 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1098 is #23EF67. Grayscale: #5C5C5C. Windows color (decimal): -2355048 or 9965788. OLE color: 9965788.
HSL color Cylindrical-coordinate representation of color #DC1098: hue angle of 320º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC1098 is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 16 | 152 | - |
| CMYK | 0 | 0.93 | 0.31 | 0.14 |
| HSL | 320º | 0.86% | 0.46% | - |
| HSV(B) | 320º | 0.93% | 0.86% | - |
| XYZ | 35.37 | 17.85 | 31.29 | - |
| YUV | 92.5 | 161.59 | 218.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 16 | 152 | 0 | 0.93 | 0.31 | 0.14 | 320 | 0.86 | 0.46 |
| Hex | DC | 10 | 98 | 0 | 5D | 1F | E | 140 | 56 | 2E |
| Octal | 334 | 20 | 230 | 0 | 135 | 37 | 16 | 500 | 126 | 56 |
| Binary | 11011100 | 10000 | 10011000 | 0 | 1011101 | 11111 | 1110 | 101000000 | 1010110 | 101110 |
Color Harmonies of #DC1098
Complementary color
Monochromatic Colors of #DC1098
Black with #DC1098
Text Example
Text Example
White with #DC1098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1098; }
p { color: rgb(220,16,152); }
H1.HeaderClassName
{
color: #DC1098;
}
.AnyTagClassName
{
color: #DC1098;
}
</style>
background-color css
<style>
a { background-color: #DC1098; }
a { background-color: rgb(220,16,152); }
div.DivClassName
{
background-color: #DC1098;
}
.BgClassName
{
background-color: #DC1098;
}
</style>
border-color css
<style>
span { border-color: #DC1098; }
span { border-color: rgb(220,16,152); }
td.TdClassName
{
border-color: #DC1098;
}
.TagClassName
{
border-color: #DC1098;
}
</style>