Shades of Medium Violet Red #DF167D
Tints of Medium Violet Red #DF167D
RGB
CMYK
RGB Variations
Color information
#DF167D (or 0xDF167D) is known color: Medium Violet Red. HEX triplet: DF, 16 and 7D. RGB value is (223,22,125). Sum of RGB (Red+Green+Blue) = 223+22+125=370 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.27% from 370); Green value is 22 (8.98% from 255 or 5.95% from 370); Blue value is 125 (49.22% from 255 or 33.78% from 370); Max value from RGB is 223 - color contains mainly: red. Hex color #DF167D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF167D is #20E982. Grayscale: #5D5D5D. Windows color (decimal): -2156931 or 8197855. OLE color: 8197855.
HSL color Cylindrical-coordinate representation of color #DF167D: hue angle of 329.25º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF167D is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 22 | 125 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.13 |
| HSL | 329.25º | 0.82% | 0.48% | - |
| HSV(B) | 329.25º | 0.9% | 0.87% | - |
| XYZ | 34.42 | 17.74 | 21.01 | - |
| YUV | 93.84 | 145.59 | 220.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 22 | 125 | 0 | 0.90 | 0.44 | 0.13 | 329.25 | 0.82 | 0.48 |
| Hex | DF | 16 | 7D | 0 | 5A | 2C | D | 149 | 52 | 30 |
| Octal | 337 | 26 | 175 | 0 | 132 | 54 | 15 | 511 | 122 | 60 |
| Binary | 11011111 | 10110 | 1111101 | 0 | 1011010 | 101100 | 1101 | 101001001 | 1010010 | 110000 |
Color Harmonies of #DF167D
Complementary color
Monochromatic Colors of #DF167D
Black with #DF167D
Text Example
Text Example
White with #DF167D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF167D; }
p { color: rgb(223,22,125); }
H1.HeaderClassName
{
color: #DF167D;
}
.AnyTagClassName
{
color: #DF167D;
}
</style>
background-color css
<style>
a { background-color: #DF167D; }
a { background-color: rgb(223,22,125); }
div.DivClassName
{
background-color: #DF167D;
}
.BgClassName
{
background-color: #DF167D;
}
</style>
border-color css
<style>
span { border-color: #DF167D; }
span { border-color: rgb(223,22,125); }
td.TdClassName
{
border-color: #DF167D;
}
.TagClassName
{
border-color: #DF167D;
}
</style>