Shades of Medium Violet Red #DC097A
Tints of Medium Violet Red #DC097A
RGB
CMYK
RGB Variations
Color information
#DC097A (or 0xDC097A) is known color: Medium Violet Red. HEX triplet: DC, 09 and 7A. RGB value is (220,9,122). Sum of RGB (Red+Green+Blue) = 220+9+122=351 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.68% from 351); Green value is 9 (3.91% from 255 or 2.56% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 220 - color contains mainly: red. Hex color #DC097A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC097A is #23F685. Grayscale: #545454. Windows color (decimal): -2356870 or 7997916. OLE color: 7997916.
HSL color Cylindrical-coordinate representation of color #DC097A: hue angle of 327.87º 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 #DC097A is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 9 | 122 | - |
| CMYK | 0 | 0.96 | 0.45 | 0.14 |
| HSL | 327.87º | 0.92% | 0.45% | - |
| HSV(B) | 327.87º | 0.96% | 0.86% | - |
| XYZ | 33.13 | 16.82 | 19.91 | - |
| YUV | 84.97 | 148.9 | 224.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 9 | 122 | 0 | 0.96 | 0.45 | 0.14 | 327.87 | 0.92 | 0.45 |
| Hex | DC | 9 | 7A | 0 | 60 | 2D | E | 148 | 5C | 2D |
| Octal | 334 | 11 | 172 | 0 | 140 | 55 | 16 | 510 | 134 | 55 |
| Binary | 11011100 | 1001 | 1111010 | 0 | 1100000 | 101101 | 1110 | 101001000 | 1011100 | 101101 |
Color Harmonies of #DC097A
Complementary color
Monochromatic Colors of #DC097A
Black with #DC097A
Text Example
Text Example
White with #DC097A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC097A; }
p { color: rgb(220,9,122); }
H1.HeaderClassName
{
color: #DC097A;
}
.AnyTagClassName
{
color: #DC097A;
}
</style>
background-color css
<style>
a { background-color: #DC097A; }
a { background-color: rgb(220,9,122); }
div.DivClassName
{
background-color: #DC097A;
}
.BgClassName
{
background-color: #DC097A;
}
</style>
border-color css
<style>
span { border-color: #DC097A; }
span { border-color: rgb(220,9,122); }
td.TdClassName
{
border-color: #DC097A;
}
.TagClassName
{
border-color: #DC097A;
}
</style>