Shades of Medium Violet Red #DF0F8B
Tints of Medium Violet Red #DF0F8B
RGB
CMYK
RGB Variations
Color information
#DF0F8B (or 0xDF0F8B) is known color: Medium Violet Red. HEX triplet: DF, 0F and 8B. RGB value is (223,15,139). Sum of RGB (Red+Green+Blue) = 223+15+139=377 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.15% from 377); Green value is 15 (6.25% from 255 or 3.98% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0F8B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0F8B is #20F074. Grayscale: #5B5B5B. Windows color (decimal): -2158709 or 9113567. OLE color: 9113567.
HSL color Cylindrical-coordinate representation of color #DF0F8B: hue angle of 324.23º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF0F8B is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 15 | 139 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.13 |
| HSL | 324.23º | 0.87% | 0.47% | - |
| HSV(B) | 324.23º | 0.93% | 0.87% | - |
| XYZ | 35.26 | 17.89 | 26.02 | - |
| YUV | 91.33 | 154.91 | 221.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 15 | 139 | 0 | 0.93 | 0.38 | 0.13 | 324.23 | 0.87 | 0.47 |
| Hex | DF | F | 8B | 0 | 5D | 26 | D | 144 | 57 | 2F |
| Octal | 337 | 17 | 213 | 0 | 135 | 46 | 15 | 504 | 127 | 57 |
| Binary | 11011111 | 1111 | 10001011 | 0 | 1011101 | 100110 | 1101 | 101000100 | 1010111 | 101111 |
Color Harmonies of #DF0F8B
Complementary color
Monochromatic Colors of #DF0F8B
Black with #DF0F8B
Text Example
Text Example
White with #DF0F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0F8B; }
p { color: rgb(223,15,139); }
H1.HeaderClassName
{
color: #DF0F8B;
}
.AnyTagClassName
{
color: #DF0F8B;
}
</style>
background-color css
<style>
a { background-color: #DF0F8B; }
a { background-color: rgb(223,15,139); }
div.DivClassName
{
background-color: #DF0F8B;
}
.BgClassName
{
background-color: #DF0F8B;
}
</style>
border-color css
<style>
span { border-color: #DF0F8B; }
span { border-color: rgb(223,15,139); }
td.TdClassName
{
border-color: #DF0F8B;
}
.TagClassName
{
border-color: #DF0F8B;
}
</style>