Shades of Medium Violet Red #DF137E
Tints of Medium Violet Red #DF137E
RGB
CMYK
RGB Variations
Color information
#DF137E (or 0xDF137E) is known color: Medium Violet Red. HEX triplet: DF, 13 and 7E. RGB value is (223,19,126). Sum of RGB (Red+Green+Blue) = 223+19+126=368 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.60% from 368); Green value is 19 (7.81% from 255 or 5.16% from 368); Blue value is 126 (49.61% from 255 or 34.24% from 368); Max value from RGB is 223 - color contains mainly: red. Hex color #DF137E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF137E is #20EC81. Grayscale: #5B5B5B. Windows color (decimal): -2157698 or 8262623. OLE color: 8262623.
HSL color Cylindrical-coordinate representation of color #DF137E: hue angle of 328.53º 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 #DF137E is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 19 | 126 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.13 |
| HSL | 328.53º | 0.84% | 0.47% | - |
| HSV(B) | 328.53º | 0.91% | 0.87% | - |
| XYZ | 34.43 | 17.66 | 21.33 | - |
| YUV | 92.19 | 147.09 | 221.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 19 | 126 | 0 | 0.91 | 0.43 | 0.13 | 328.53 | 0.84 | 0.47 |
| Hex | DF | 13 | 7E | 0 | 5B | 2B | D | 149 | 54 | 2F |
| Octal | 337 | 23 | 176 | 0 | 133 | 53 | 15 | 511 | 124 | 57 |
| Binary | 11011111 | 10011 | 1111110 | 0 | 1011011 | 101011 | 1101 | 101001001 | 1010100 | 101111 |
Color Harmonies of #DF137E
Complementary color
Monochromatic Colors of #DF137E
Black with #DF137E
Text Example
Text Example
White with #DF137E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF137E; }
p { color: rgb(223,19,126); }
H1.HeaderClassName
{
color: #DF137E;
}
.AnyTagClassName
{
color: #DF137E;
}
</style>
background-color css
<style>
a { background-color: #DF137E; }
a { background-color: rgb(223,19,126); }
div.DivClassName
{
background-color: #DF137E;
}
.BgClassName
{
background-color: #DF137E;
}
</style>
border-color css
<style>
span { border-color: #DF137E; }
span { border-color: rgb(223,19,126); }
td.TdClassName
{
border-color: #DF137E;
}
.TagClassName
{
border-color: #DF137E;
}
</style>