Shades of Medium Violet Red #DC098D
Tints of Medium Violet Red #DC098D
RGB
CMYK
RGB Variations
Color information
#DC098D (or 0xDC098D) is known color: Medium Violet Red. HEX triplet: DC, 09 and 8D. RGB value is (220,9,141). Sum of RGB (Red+Green+Blue) = 220+9+141=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 9 (3.91% from 255 or 2.43% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC098D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC098D is #23F672. Grayscale: #565656. Windows color (decimal): -2356851 or 9243100. OLE color: 9243100.
HSL color Cylindrical-coordinate representation of color #DC098D: hue angle of 322.46º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC098D is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 9 | 141 | - |
| CMYK | 0 | 0.96 | 0.36 | 0.14 |
| HSL | 322.46º | 0.92% | 0.45% | - |
| HSV(B) | 322.46º | 0.96% | 0.86% | - |
| XYZ | 34.42 | 17.33 | 26.73 | - |
| YUV | 87.14 | 158.4 | 222.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 9 | 141 | 0 | 0.96 | 0.36 | 0.14 | 322.46 | 0.92 | 0.45 |
| Hex | DC | 9 | 8D | 0 | 60 | 24 | E | 142 | 5C | 2D |
| Octal | 334 | 11 | 215 | 0 | 140 | 44 | 16 | 502 | 134 | 55 |
| Binary | 11011100 | 1001 | 10001101 | 0 | 1100000 | 100100 | 1110 | 101000010 | 1011100 | 101101 |
Color Harmonies of #DC098D
Complementary color
Monochromatic Colors of #DC098D
Black with #DC098D
Text Example
Text Example
White with #DC098D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC098D; }
p { color: rgb(220,9,141); }
H1.HeaderClassName
{
color: #DC098D;
}
.AnyTagClassName
{
color: #DC098D;
}
</style>
background-color css
<style>
a { background-color: #DC098D; }
a { background-color: rgb(220,9,141); }
div.DivClassName
{
background-color: #DC098D;
}
.BgClassName
{
background-color: #DC098D;
}
</style>
border-color css
<style>
span { border-color: #DC098D; }
span { border-color: rgb(220,9,141); }
td.TdClassName
{
border-color: #DC098D;
}
.TagClassName
{
border-color: #DC098D;
}
</style>