Shades of Medium Violet Red #DF127B
Tints of Medium Violet Red #DF127B
RGB
CMYK
RGB Variations
Color information
#DF127B (or 0xDF127B) is known color: Medium Violet Red. HEX triplet: DF, 12 and 7B. RGB value is (223,18,123). Sum of RGB (Red+Green+Blue) = 223+18+123=364 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.26% from 364); Green value is 18 (7.42% from 255 or 4.95% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 223 - color contains mainly: red. Hex color #DF127B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF127B is #20ED84. Grayscale: #5B5B5B. Windows color (decimal): -2157957 or 8065759. OLE color: 8065759.
HSL color Cylindrical-coordinate representation of color #DF127B: hue angle of 329.27º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF127B is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 18 | 123 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.13 |
| HSL | 329.27º | 0.85% | 0.47% | - |
| HSV(B) | 329.27º | 0.92% | 0.87% | - |
| XYZ | 34.22 | 17.55 | 20.32 | - |
| YUV | 91.27 | 145.92 | 221.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 18 | 123 | 0 | 0.92 | 0.45 | 0.13 | 329.27 | 0.85 | 0.47 |
| Hex | DF | 12 | 7B | 0 | 5C | 2D | D | 149 | 55 | 2F |
| Octal | 337 | 22 | 173 | 0 | 134 | 55 | 15 | 511 | 125 | 57 |
| Binary | 11011111 | 10010 | 1111011 | 0 | 1011100 | 101101 | 1101 | 101001001 | 1010101 | 101111 |
Color Harmonies of #DF127B
Complementary color
Monochromatic Colors of #DF127B
Black with #DF127B
Text Example
Text Example
White with #DF127B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF127B; }
p { color: rgb(223,18,123); }
H1.HeaderClassName
{
color: #DF127B;
}
.AnyTagClassName
{
color: #DF127B;
}
</style>
background-color css
<style>
a { background-color: #DF127B; }
a { background-color: rgb(223,18,123); }
div.DivClassName
{
background-color: #DF127B;
}
.BgClassName
{
background-color: #DF127B;
}
</style>
border-color css
<style>
span { border-color: #DF127B; }
span { border-color: rgb(223,18,123); }
td.TdClassName
{
border-color: #DF127B;
}
.TagClassName
{
border-color: #DF127B;
}
</style>