Shades of Medium Violet Red #DF137B
Tints of Medium Violet Red #DF137B
RGB
CMYK
RGB Variations
Color information
#DF137B (or 0xDF137B) is known color: Medium Violet Red. HEX triplet: DF, 13 and 7B. RGB value is (223,19,123). Sum of RGB (Red+Green+Blue) = 223+19+123=365 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.10% from 365); Green value is 19 (7.81% from 255 or 5.21% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 223 - color contains mainly: red. Hex color #DF137B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF137B is #20EC84. Grayscale: #5B5B5B. Windows color (decimal): -2157701 or 8066015. OLE color: 8066015.
HSL color Cylindrical-coordinate representation of color #DF137B: hue angle of 329.41º 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 #DF137B is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 19 | 123 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.13 |
| HSL | 329.41º | 0.84% | 0.47% | - |
| HSV(B) | 329.41º | 0.91% | 0.87% | - |
| XYZ | 34.24 | 17.58 | 20.33 | - |
| YUV | 91.85 | 145.59 | 221.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 19 | 123 | 0 | 0.91 | 0.45 | 0.13 | 329.41 | 0.84 | 0.47 |
| Hex | DF | 13 | 7B | 0 | 5B | 2D | D | 149 | 54 | 2F |
| Octal | 337 | 23 | 173 | 0 | 133 | 55 | 15 | 511 | 124 | 57 |
| Binary | 11011111 | 10011 | 1111011 | 0 | 1011011 | 101101 | 1101 | 101001001 | 1010100 | 101111 |
Color Harmonies of #DF137B
Complementary color
Monochromatic Colors of #DF137B
Black with #DF137B
Text Example
Text Example
White with #DF137B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF137B; }
p { color: rgb(223,19,123); }
H1.HeaderClassName
{
color: #DF137B;
}
.AnyTagClassName
{
color: #DF137B;
}
</style>
background-color css
<style>
a { background-color: #DF137B; }
a { background-color: rgb(223,19,123); }
div.DivClassName
{
background-color: #DF137B;
}
.BgClassName
{
background-color: #DF137B;
}
</style>
border-color css
<style>
span { border-color: #DF137B; }
span { border-color: rgb(223,19,123); }
td.TdClassName
{
border-color: #DF137B;
}
.TagClassName
{
border-color: #DF137B;
}
</style>