Shades of Medium Violet Red #DF147D
Tints of Medium Violet Red #DF147D
RGB
CMYK
RGB Variations
Color information
#DF147D (or 0xDF147D) is known color: Medium Violet Red. HEX triplet: DF, 14 and 7D. RGB value is (223,20,125). Sum of RGB (Red+Green+Blue) = 223+20+125=368 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.60% from 368); Green value is 20 (8.20% from 255 or 5.43% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 223 - color contains mainly: red. Hex color #DF147D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF147D is #20EB82. Grayscale: #5C5C5C. Windows color (decimal): -2157443 or 8197343. OLE color: 8197343.
HSL color Cylindrical-coordinate representation of color #DF147D: hue angle of 328.97º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF147D is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 20 | 125 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.13 |
| HSL | 328.97º | 0.84% | 0.48% | - |
| HSV(B) | 328.97º | 0.91% | 0.87% | - |
| XYZ | 34.38 | 17.67 | 21 | - |
| YUV | 92.67 | 146.25 | 220.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 20 | 125 | 0 | 0.91 | 0.44 | 0.13 | 328.97 | 0.84 | 0.48 |
| Hex | DF | 14 | 7D | 0 | 5B | 2C | D | 149 | 54 | 30 |
| Octal | 337 | 24 | 175 | 0 | 133 | 54 | 15 | 511 | 124 | 60 |
| Binary | 11011111 | 10100 | 1111101 | 0 | 1011011 | 101100 | 1101 | 101001001 | 1010100 | 110000 |
Color Harmonies of #DF147D
Complementary color
Monochromatic Colors of #DF147D
Black with #DF147D
Text Example
Text Example
White with #DF147D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF147D; }
p { color: rgb(223,20,125); }
H1.HeaderClassName
{
color: #DF147D;
}
.AnyTagClassName
{
color: #DF147D;
}
</style>
background-color css
<style>
a { background-color: #DF147D; }
a { background-color: rgb(223,20,125); }
div.DivClassName
{
background-color: #DF147D;
}
.BgClassName
{
background-color: #DF147D;
}
</style>
border-color css
<style>
span { border-color: #DF147D; }
span { border-color: rgb(223,20,125); }
td.TdClassName
{
border-color: #DF147D;
}
.TagClassName
{
border-color: #DF147D;
}
</style>