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