Shades of Medium Violet Red #DF0D92
Tints of Medium Violet Red #DF0D92
RGB
CMYK
RGB Variations
Color information
#DF0D92 (or 0xDF0D92) is known color: Medium Violet Red. HEX triplet: DF, 0D and 92. RGB value is (223,13,146). Sum of RGB (Red+Green+Blue) = 223+13+146=382 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.38% from 382); Green value is 13 (5.47% from 255 or 3.40% from 382); Blue value is 146 (57.42% from 255 or 38.22% from 382); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0D92 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0D92 is #20F26D. Grayscale: #5A5A5A. Windows color (decimal): -2159214 or 9571807. OLE color: 9571807.
HSL color Cylindrical-coordinate representation of color #DF0D92: hue angle of 322º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0D92 is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 13 | 146 | - |
| CMYK | 0 | 0.94 | 0.35 | 0.13 |
| HSL | 322º | 0.89% | 0.46% | - |
| HSV(B) | 322º | 0.94% | 0.87% | - |
| XYZ | 35.76 | 18.05 | 28.79 | - |
| YUV | 90.95 | 159.07 | 222.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 13 | 146 | 0 | 0.94 | 0.35 | 0.13 | 322 | 0.89 | 0.46 |
| Hex | DF | D | 92 | 0 | 5E | 23 | D | 142 | 59 | 2E |
| Octal | 337 | 15 | 222 | 0 | 136 | 43 | 15 | 502 | 131 | 56 |
| Binary | 11011111 | 1101 | 10010010 | 0 | 1011110 | 100011 | 1101 | 101000010 | 1011001 | 101110 |
Color Harmonies of #DF0D92
Complementary color
Monochromatic Colors of #DF0D92
Black with #DF0D92
Text Example
Text Example
White with #DF0D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0D92; }
p { color: rgb(223,13,146); }
H1.HeaderClassName
{
color: #DF0D92;
}
.AnyTagClassName
{
color: #DF0D92;
}
</style>
background-color css
<style>
a { background-color: #DF0D92; }
a { background-color: rgb(223,13,146); }
div.DivClassName
{
background-color: #DF0D92;
}
.BgClassName
{
background-color: #DF0D92;
}
</style>
border-color css
<style>
span { border-color: #DF0D92; }
span { border-color: rgb(223,13,146); }
td.TdClassName
{
border-color: #DF0D92;
}
.TagClassName
{
border-color: #DF0D92;
}
</style>