Shades of Medium Violet Red #DF0C90
Tints of Medium Violet Red #DF0C90
RGB
CMYK
RGB Variations
Color information
#DF0C90 (or 0xDF0C90) is known color: Medium Violet Red. HEX triplet: DF, 0C and 90. RGB value is (223,12,144). Sum of RGB (Red+Green+Blue) = 223+12+144=379 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.84% from 379); Green value is 12 (5.08% from 255 or 3.17% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0C90 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0C90 is #20F36F. Grayscale: #595959. Windows color (decimal): -2159472 or 9440479. OLE color: 9440479.
HSL color Cylindrical-coordinate representation of color #DF0C90: hue angle of 322.46º degrees, saturation: 0.9, 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 #DF0C90 is Cyan = 0, Magento = 0.95, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 12 | 144 | - |
| CMYK | 0 | 0.95 | 0.35 | 0.13 |
| HSL | 322.46º | 0.9% | 0.46% | - |
| HSV(B) | 322.46º | 0.95% | 0.87% | - |
| XYZ | 35.6 | 17.96 | 27.98 | - |
| YUV | 90.14 | 158.4 | 222.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 12 | 144 | 0 | 0.95 | 0.35 | 0.13 | 322.46 | 0.9 | 0.46 |
| Hex | DF | C | 90 | 0 | 5F | 23 | D | 142 | 5A | 2E |
| Octal | 337 | 14 | 220 | 0 | 137 | 43 | 15 | 502 | 132 | 56 |
| Binary | 11011111 | 1100 | 10010000 | 0 | 1011111 | 100011 | 1101 | 101000010 | 1011010 | 101110 |
Color Harmonies of #DF0C90
Complementary color
Monochromatic Colors of #DF0C90
Black with #DF0C90
Text Example
Text Example
White with #DF0C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0C90; }
p { color: rgb(223,12,144); }
H1.HeaderClassName
{
color: #DF0C90;
}
.AnyTagClassName
{
color: #DF0C90;
}
</style>
background-color css
<style>
a { background-color: #DF0C90; }
a { background-color: rgb(223,12,144); }
div.DivClassName
{
background-color: #DF0C90;
}
.BgClassName
{
background-color: #DF0C90;
}
</style>
border-color css
<style>
span { border-color: #DF0C90; }
span { border-color: rgb(223,12,144); }
td.TdClassName
{
border-color: #DF0C90;
}
.TagClassName
{
border-color: #DF0C90;
}
</style>