Shades of Medium Violet Red #DF087D
Tints of Medium Violet Red #DF087D
RGB
CMYK
RGB Variations
Color information
#DF087D (or 0xDF087D) is known color: Medium Violet Red. HEX triplet: DF, 08 and 7D. RGB value is (223,8,125). Sum of RGB (Red+Green+Blue) = 223+8+125=356 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.64% from 356); Green value is 8 (3.52% from 255 or 2.25% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 223 - color contains mainly: red. Hex color #DF087D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF087D is #20F782. Grayscale: #555555. Windows color (decimal): -2160515 or 8194271. OLE color: 8194271.
HSL color Cylindrical-coordinate representation of color #DF087D: hue angle of 327.35º 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 #DF087D is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 8 | 125 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.13 |
| HSL | 327.35º | 0.93% | 0.45% | - |
| HSV(B) | 327.35º | 0.96% | 0.87% | - |
| XYZ | 34.22 | 17.34 | 20.95 | - |
| YUV | 85.62 | 150.23 | 225.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 8 | 125 | 0 | 0.96 | 0.44 | 0.13 | 327.35 | 0.93 | 0.45 |
| Hex | DF | 8 | 7D | 0 | 60 | 2C | D | 147 | 5D | 2D |
| Octal | 337 | 10 | 175 | 0 | 140 | 54 | 15 | 507 | 135 | 55 |
| Binary | 11011111 | 1000 | 1111101 | 0 | 1100000 | 101100 | 1101 | 101000111 | 1011101 | 101101 |
Color Harmonies of #DF087D
Complementary color
Monochromatic Colors of #DF087D
Black with #DF087D
Text Example
Text Example
White with #DF087D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF087D; }
p { color: rgb(223,8,125); }
H1.HeaderClassName
{
color: #DF087D;
}
.AnyTagClassName
{
color: #DF087D;
}
</style>
background-color css
<style>
a { background-color: #DF087D; }
a { background-color: rgb(223,8,125); }
div.DivClassName
{
background-color: #DF087D;
}
.BgClassName
{
background-color: #DF087D;
}
</style>
border-color css
<style>
span { border-color: #DF087D; }
span { border-color: rgb(223,8,125); }
td.TdClassName
{
border-color: #DF087D;
}
.TagClassName
{
border-color: #DF087D;
}
</style>