Shades of Medium Violet Red #DF0B7B
Tints of Medium Violet Red #DF0B7B
RGB
CMYK
RGB Variations
Color information
#DF0B7B (or 0xDF0B7B) is known color: Medium Violet Red. HEX triplet: DF, 0B and 7B. RGB value is (223,11,123). Sum of RGB (Red+Green+Blue) = 223+11+123=357 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.46% from 357); Green value is 11 (4.69% from 255 or 3.08% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0B7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0B7B is #20F484. Grayscale: #565656. Windows color (decimal): -2159749 or 8063967. OLE color: 8063967.
HSL color Cylindrical-coordinate representation of color #DF0B7B: hue angle of 328.3º 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 #DF0B7B is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 11 | 123 | - |
| CMYK | 0 | 0.95 | 0.45 | 0.13 |
| HSL | 328.3º | 0.91% | 0.46% | - |
| HSV(B) | 328.3º | 0.95% | 0.87% | - |
| XYZ | 34.13 | 17.36 | 20.29 | - |
| YUV | 87.16 | 148.24 | 224.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 11 | 123 | 0 | 0.95 | 0.45 | 0.13 | 328.3 | 0.91 | 0.46 |
| Hex | DF | B | 7B | 0 | 5F | 2D | D | 148 | 5B | 2E |
| Octal | 337 | 13 | 173 | 0 | 137 | 55 | 15 | 510 | 133 | 56 |
| Binary | 11011111 | 1011 | 1111011 | 0 | 1011111 | 101101 | 1101 | 101001000 | 1011011 | 101110 |
Color Harmonies of #DF0B7B
Complementary color
Monochromatic Colors of #DF0B7B
Black with #DF0B7B
Text Example
Text Example
White with #DF0B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0B7B; }
p { color: rgb(223,11,123); }
H1.HeaderClassName
{
color: #DF0B7B;
}
.AnyTagClassName
{
color: #DF0B7B;
}
</style>
background-color css
<style>
a { background-color: #DF0B7B; }
a { background-color: rgb(223,11,123); }
div.DivClassName
{
background-color: #DF0B7B;
}
.BgClassName
{
background-color: #DF0B7B;
}
</style>
border-color css
<style>
span { border-color: #DF0B7B; }
span { border-color: rgb(223,11,123); }
td.TdClassName
{
border-color: #DF0B7B;
}
.TagClassName
{
border-color: #DF0B7B;
}
</style>