Shades of Medium Violet Red #DF137A
Tints of Medium Violet Red #DF137A
RGB
CMYK
RGB Variations
Color information
#DF137A (or 0xDF137A) is known color: Medium Violet Red. HEX triplet: DF, 13 and 7A. RGB value is (223,19,122). Sum of RGB (Red+Green+Blue) = 223+19+122=364 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.26% from 364); Green value is 19 (7.81% from 255 or 5.22% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 223 - color contains mainly: red. Hex color #DF137A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF137A is #20EC85. Grayscale: #5B5B5B. Windows color (decimal): -2157702 or 8000479. OLE color: 8000479.
HSL color Cylindrical-coordinate representation of color #DF137A: hue angle of 329.71º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF137A is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 19 | 122 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.13 |
| HSL | 329.71º | 0.84% | 0.47% | - |
| HSV(B) | 329.71º | 0.91% | 0.87% | - |
| XYZ | 34.18 | 17.56 | 20 | - |
| YUV | 91.74 | 145.09 | 221.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 19 | 122 | 0 | 0.91 | 0.45 | 0.13 | 329.71 | 0.84 | 0.47 |
| Hex | DF | 13 | 7A | 0 | 5B | 2D | D | 14A | 54 | 2F |
| Octal | 337 | 23 | 172 | 0 | 133 | 55 | 15 | 512 | 124 | 57 |
| Binary | 11011111 | 10011 | 1111010 | 0 | 1011011 | 101101 | 1101 | 101001010 | 1010100 | 101111 |
Color Harmonies of #DF137A
Complementary color
Monochromatic Colors of #DF137A
Black with #DF137A
Text Example
Text Example
White with #DF137A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF137A; }
p { color: rgb(223,19,122); }
H1.HeaderClassName
{
color: #DF137A;
}
.AnyTagClassName
{
color: #DF137A;
}
</style>
background-color css
<style>
a { background-color: #DF137A; }
a { background-color: rgb(223,19,122); }
div.DivClassName
{
background-color: #DF137A;
}
.BgClassName
{
background-color: #DF137A;
}
</style>
border-color css
<style>
span { border-color: #DF137A; }
span { border-color: rgb(223,19,122); }
td.TdClassName
{
border-color: #DF137A;
}
.TagClassName
{
border-color: #DF137A;
}
</style>