Shades of Medium Violet Red #DF0B84
Tints of Medium Violet Red #DF0B84
RGB
CMYK
RGB Variations
Color information
#DF0B84 (or 0xDF0B84) is known color: Medium Violet Red. HEX triplet: DF, 0B and 84. RGB value is (223,11,132). Sum of RGB (Red+Green+Blue) = 223+11+132=366 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.93% from 366); Green value is 11 (4.69% from 255 or 3.01% from 366); Blue value is 132 (51.95% from 255 or 36.07% from 366); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0B84 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0B84 is #20F47B. Grayscale: #575757. Windows color (decimal): -2159740 or 8653791. OLE color: 8653791.
HSL color Cylindrical-coordinate representation of color #DF0B84: hue angle of 325.75º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF0B84 is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 11 | 132 | - |
| CMYK | 0 | 0.95 | 0.41 | 0.13 |
| HSL | 325.75º | 0.91% | 0.46% | - |
| HSV(B) | 325.75º | 0.95% | 0.87% | - |
| XYZ | 34.72 | 17.59 | 23.4 | - |
| YUV | 88.18 | 152.74 | 224.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 11 | 132 | 0 | 0.95 | 0.41 | 0.13 | 325.75 | 0.91 | 0.46 |
| Hex | DF | B | 84 | 0 | 5F | 29 | D | 146 | 5B | 2E |
| Octal | 337 | 13 | 204 | 0 | 137 | 51 | 15 | 506 | 133 | 56 |
| Binary | 11011111 | 1011 | 10000100 | 0 | 1011111 | 101001 | 1101 | 101000110 | 1011011 | 101110 |
Color Harmonies of #DF0B84
Complementary color
Monochromatic Colors of #DF0B84
Black with #DF0B84
Text Example
Text Example
White with #DF0B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0B84; }
p { color: rgb(223,11,132); }
H1.HeaderClassName
{
color: #DF0B84;
}
.AnyTagClassName
{
color: #DF0B84;
}
</style>
background-color css
<style>
a { background-color: #DF0B84; }
a { background-color: rgb(223,11,132); }
div.DivClassName
{
background-color: #DF0B84;
}
.BgClassName
{
background-color: #DF0B84;
}
</style>
border-color css
<style>
span { border-color: #DF0B84; }
span { border-color: rgb(223,11,132); }
td.TdClassName
{
border-color: #DF0B84;
}
.TagClassName
{
border-color: #DF0B84;
}
</style>