Shades of Medium Violet Red #DC098F
Tints of Medium Violet Red #DC098F
RGB
CMYK
RGB Variations
Color information
#DC098F (or 0xDC098F) is known color: Medium Violet Red. HEX triplet: DC, 09 and 8F. RGB value is (220,9,143). Sum of RGB (Red+Green+Blue) = 220+9+143=372 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.14% from 372); Green value is 9 (3.91% from 255 or 2.42% from 372); Blue value is 143 (56.25% from 255 or 38.44% from 372); Max value from RGB is 220 - color contains mainly: red. Hex color #DC098F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC098F is #23F670. Grayscale: #575757. Windows color (decimal): -2356849 or 9374172. OLE color: 9374172.
HSL color Cylindrical-coordinate representation of color #DC098F: hue angle of 321.9º 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 #DC098F is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 9 | 143 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.14 |
| HSL | 321.9º | 0.92% | 0.45% | - |
| HSV(B) | 321.9º | 0.96% | 0.86% | - |
| XYZ | 34.57 | 17.39 | 27.52 | - |
| YUV | 87.37 | 159.4 | 222.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 9 | 143 | 0 | 0.96 | 0.35 | 0.14 | 321.9 | 0.92 | 0.45 |
| Hex | DC | 9 | 8F | 0 | 60 | 23 | E | 142 | 5C | 2D |
| Octal | 334 | 11 | 217 | 0 | 140 | 43 | 16 | 502 | 134 | 55 |
| Binary | 11011100 | 1001 | 10001111 | 0 | 1100000 | 100011 | 1110 | 101000010 | 1011100 | 101101 |
Color Harmonies of #DC098F
Complementary color
Monochromatic Colors of #DC098F
Black with #DC098F
Text Example
Text Example
White with #DC098F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC098F; }
p { color: rgb(220,9,143); }
H1.HeaderClassName
{
color: #DC098F;
}
.AnyTagClassName
{
color: #DC098F;
}
</style>
background-color css
<style>
a { background-color: #DC098F; }
a { background-color: rgb(220,9,143); }
div.DivClassName
{
background-color: #DC098F;
}
.BgClassName
{
background-color: #DC098F;
}
</style>
border-color css
<style>
span { border-color: #DC098F; }
span { border-color: rgb(220,9,143); }
td.TdClassName
{
border-color: #DC098F;
}
.TagClassName
{
border-color: #DC098F;
}
</style>