Shades of Medium Violet Red #DF0B90
Tints of Medium Violet Red #DF0B90
RGB
CMYK
RGB Variations
Color information
#DF0B90 (or 0xDF0B90) is known color: Medium Violet Red. HEX triplet: DF, 0B and 90. RGB value is (223,11,144). Sum of RGB (Red+Green+Blue) = 223+11+144=378 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.99% from 378); Green value is 11 (4.69% from 255 or 2.91% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0B90 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0B90 is #20F46F. Grayscale: #595959. Windows color (decimal): -2159728 or 9440223. OLE color: 9440223.
HSL color Cylindrical-coordinate representation of color #DF0B90: hue angle of 322.36º 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 #DF0B90 is Cyan = 0, Magento = 0.95, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 11 | 144 | - |
| CMYK | 0 | 0.95 | 0.35 | 0.13 |
| HSL | 322.36º | 0.91% | 0.46% | - |
| HSV(B) | 322.36º | 0.95% | 0.87% | - |
| XYZ | 35.59 | 17.94 | 27.97 | - |
| YUV | 89.55 | 158.74 | 223.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 11 | 144 | 0 | 0.95 | 0.35 | 0.13 | 322.36 | 0.91 | 0.46 |
| Hex | DF | B | 90 | 0 | 5F | 23 | D | 142 | 5B | 2E |
| Octal | 337 | 13 | 220 | 0 | 137 | 43 | 15 | 502 | 133 | 56 |
| Binary | 11011111 | 1011 | 10010000 | 0 | 1011111 | 100011 | 1101 | 101000010 | 1011011 | 101110 |
Color Harmonies of #DF0B90
Complementary color
Monochromatic Colors of #DF0B90
Black with #DF0B90
Text Example
Text Example
White with #DF0B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0B90; }
p { color: rgb(223,11,144); }
H1.HeaderClassName
{
color: #DF0B90;
}
.AnyTagClassName
{
color: #DF0B90;
}
</style>
background-color css
<style>
a { background-color: #DF0B90; }
a { background-color: rgb(223,11,144); }
div.DivClassName
{
background-color: #DF0B90;
}
.BgClassName
{
background-color: #DF0B90;
}
</style>
border-color css
<style>
span { border-color: #DF0B90; }
span { border-color: rgb(223,11,144); }
td.TdClassName
{
border-color: #DF0B90;
}
.TagClassName
{
border-color: #DF0B90;
}
</style>