Shades of Medium Violet Red #DF0B82
Tints of Medium Violet Red #DF0B82
RGB
CMYK
RGB Variations
Color information
#DF0B82 (or 0xDF0B82) is known color: Medium Violet Red. HEX triplet: DF, 0B and 82. RGB value is (223,11,130). Sum of RGB (Red+Green+Blue) = 223+11+130=364 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.26% from 364); Green value is 11 (4.69% from 255 or 3.02% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0B82 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0B82 is #20F47D. Grayscale: #575757. Windows color (decimal): -2159742 or 8522719. OLE color: 8522719.
HSL color Cylindrical-coordinate representation of color #DF0B82: hue angle of 326.32º 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 #DF0B82 is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 11 | 130 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.13 |
| HSL | 326.32º | 0.91% | 0.46% | - |
| HSV(B) | 326.32º | 0.95% | 0.87% | - |
| XYZ | 34.58 | 17.54 | 22.68 | - |
| YUV | 87.95 | 151.74 | 224.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 11 | 130 | 0 | 0.95 | 0.42 | 0.13 | 326.32 | 0.91 | 0.46 |
| Hex | DF | B | 82 | 0 | 5F | 2A | D | 146 | 5B | 2E |
| Octal | 337 | 13 | 202 | 0 | 137 | 52 | 15 | 506 | 133 | 56 |
| Binary | 11011111 | 1011 | 10000010 | 0 | 1011111 | 101010 | 1101 | 101000110 | 1011011 | 101110 |
Color Harmonies of #DF0B82
Complementary color
Monochromatic Colors of #DF0B82
Black with #DF0B82
Text Example
Text Example
White with #DF0B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0B82; }
p { color: rgb(223,11,130); }
H1.HeaderClassName
{
color: #DF0B82;
}
.AnyTagClassName
{
color: #DF0B82;
}
</style>
background-color css
<style>
a { background-color: #DF0B82; }
a { background-color: rgb(223,11,130); }
div.DivClassName
{
background-color: #DF0B82;
}
.BgClassName
{
background-color: #DF0B82;
}
</style>
border-color css
<style>
span { border-color: #DF0B82; }
span { border-color: rgb(223,11,130); }
td.TdClassName
{
border-color: #DF0B82;
}
.TagClassName
{
border-color: #DF0B82;
}
</style>