Shades of Medium Violet Red #DF0788
Tints of Medium Violet Red #DF0788
RGB
CMYK
RGB Variations
Color information
#DF0788 (or 0xDF0788) is known color: Medium Violet Red. HEX triplet: DF, 07 and 88. RGB value is (223,7,136). Sum of RGB (Red+Green+Blue) = 223+7+136=366 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.93% from 366); Green value is 7 (3.12% from 255 or 1.91% from 366); Blue value is 136 (53.52% from 255 or 37.16% from 366); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0788 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0788 is #20F877. Grayscale: #555555. Windows color (decimal): -2160760 or 8914911. OLE color: 8914911.
HSL color Cylindrical-coordinate representation of color #DF0788: hue angle of 324.17º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF0788 is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 7 | 136 | - |
| CMYK | 0 | 0.97 | 0.39 | 0.13 |
| HSL | 324.17º | 0.94% | 0.45% | - |
| HSV(B) | 324.17º | 0.97% | 0.87% | - |
| XYZ | 34.95 | 17.62 | 24.85 | - |
| YUV | 86.29 | 156.06 | 225.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 7 | 136 | 0 | 0.97 | 0.39 | 0.13 | 324.17 | 0.94 | 0.45 |
| Hex | DF | 7 | 88 | 0 | 61 | 27 | D | 144 | 5E | 2D |
| Octal | 337 | 7 | 210 | 0 | 141 | 47 | 15 | 504 | 136 | 55 |
| Binary | 11011111 | 111 | 10001000 | 0 | 1100001 | 100111 | 1101 | 101000100 | 1011110 | 101101 |
Color Harmonies of #DF0788
Complementary color
Monochromatic Colors of #DF0788
Black with #DF0788
Text Example
Text Example
White with #DF0788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0788; }
p { color: rgb(223,7,136); }
H1.HeaderClassName
{
color: #DF0788;
}
.AnyTagClassName
{
color: #DF0788;
}
</style>
background-color css
<style>
a { background-color: #DF0788; }
a { background-color: rgb(223,7,136); }
div.DivClassName
{
background-color: #DF0788;
}
.BgClassName
{
background-color: #DF0788;
}
</style>
border-color css
<style>
span { border-color: #DF0788; }
span { border-color: rgb(223,7,136); }
td.TdClassName
{
border-color: #DF0788;
}
.TagClassName
{
border-color: #DF0788;
}
</style>