Shades of Medium Violet Red #DF088C
Tints of Medium Violet Red #DF088C
RGB
CMYK
RGB Variations
Color information
#DF088C (or 0xDF088C) is known color: Medium Violet Red. HEX triplet: DF, 08 and 8C. RGB value is (223,8,140). Sum of RGB (Red+Green+Blue) = 223+8+140=371 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.11% from 371); Green value is 8 (3.52% from 255 or 2.16% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 223 - color contains mainly: red. Hex color #DF088C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF088C is #20F773. Grayscale: #575757. Windows color (decimal): -2160500 or 9177311. OLE color: 9177311.
HSL color Cylindrical-coordinate representation of color #DF088C: hue angle of 323.16º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF088C is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 8 | 140 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.13 |
| HSL | 323.16º | 0.93% | 0.45% | - |
| HSV(B) | 323.16º | 0.96% | 0.87% | - |
| XYZ | 35.25 | 17.76 | 26.38 | - |
| YUV | 87.33 | 157.73 | 224.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 8 | 140 | 0 | 0.96 | 0.37 | 0.13 | 323.16 | 0.93 | 0.45 |
| Hex | DF | 8 | 8C | 0 | 60 | 25 | D | 143 | 5D | 2D |
| Octal | 337 | 10 | 214 | 0 | 140 | 45 | 15 | 503 | 135 | 55 |
| Binary | 11011111 | 1000 | 10001100 | 0 | 1100000 | 100101 | 1101 | 101000011 | 1011101 | 101101 |
Color Harmonies of #DF088C
Complementary color
Monochromatic Colors of #DF088C
Black with #DF088C
Text Example
Text Example
White with #DF088C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF088C; }
p { color: rgb(223,8,140); }
H1.HeaderClassName
{
color: #DF088C;
}
.AnyTagClassName
{
color: #DF088C;
}
</style>
background-color css
<style>
a { background-color: #DF088C; }
a { background-color: rgb(223,8,140); }
div.DivClassName
{
background-color: #DF088C;
}
.BgClassName
{
background-color: #DF088C;
}
</style>
border-color css
<style>
span { border-color: #DF088C; }
span { border-color: rgb(223,8,140); }
td.TdClassName
{
border-color: #DF088C;
}
.TagClassName
{
border-color: #DF088C;
}
</style>