Shades of Medium Violet Red #DC098A
Tints of Medium Violet Red #DC098A
RGB
CMYK
RGB Variations
Color information
#DC098A (or 0xDC098A) is known color: Medium Violet Red. HEX triplet: DC, 09 and 8A. RGB value is (220,9,138). Sum of RGB (Red+Green+Blue) = 220+9+138=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 9 (3.91% from 255 or 2.45% from 367); Blue value is 138 (54.30% from 255 or 37.60% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC098A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC098A is #23F675. Grayscale: #565656. Windows color (decimal): -2356854 or 9046492. OLE color: 9046492.
HSL color Cylindrical-coordinate representation of color #DC098A: hue angle of 323.32º 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 #DC098A is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 9 | 138 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.14 |
| HSL | 323.32º | 0.92% | 0.45% | - |
| HSV(B) | 323.32º | 0.96% | 0.86% | - |
| XYZ | 34.2 | 17.25 | 25.57 | - |
| YUV | 86.8 | 156.9 | 223.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 9 | 138 | 0 | 0.96 | 0.37 | 0.14 | 323.32 | 0.92 | 0.45 |
| Hex | DC | 9 | 8A | 0 | 60 | 25 | E | 143 | 5C | 2D |
| Octal | 334 | 11 | 212 | 0 | 140 | 45 | 16 | 503 | 134 | 55 |
| Binary | 11011100 | 1001 | 10001010 | 0 | 1100000 | 100101 | 1110 | 101000011 | 1011100 | 101101 |
Color Harmonies of #DC098A
Complementary color
Monochromatic Colors of #DC098A
Black with #DC098A
Text Example
Text Example
White with #DC098A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC098A; }
p { color: rgb(220,9,138); }
H1.HeaderClassName
{
color: #DC098A;
}
.AnyTagClassName
{
color: #DC098A;
}
</style>
background-color css
<style>
a { background-color: #DC098A; }
a { background-color: rgb(220,9,138); }
div.DivClassName
{
background-color: #DC098A;
}
.BgClassName
{
background-color: #DC098A;
}
</style>
border-color css
<style>
span { border-color: #DC098A; }
span { border-color: rgb(220,9,138); }
td.TdClassName
{
border-color: #DC098A;
}
.TagClassName
{
border-color: #DC098A;
}
</style>