Shades of Medium Violet Red #DF0385
Tints of Medium Violet Red #DF0385
RGB
CMYK
RGB Variations
Color information
#DF0385 (or 0xDF0385) is known color: Medium Violet Red. HEX triplet: DF, 03 and 85. RGB value is (223,3,133). Sum of RGB (Red+Green+Blue) = 223+3+133=359 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.12% from 359); Green value is 3 (1.56% from 255 or 0.84% from 359); Blue value is 133 (52.34% from 255 or 37.05% from 359); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0385 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0385 is #20FC7A. Grayscale: #535353. Windows color (decimal): -2161787 or 8717279. OLE color: 8717279.
HSL color Cylindrical-coordinate representation of color #DF0385: hue angle of 324.55º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF0385 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 133 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.13 |
| HSL | 324.55º | 0.97% | 0.44% | - |
| HSV(B) | 324.55º | 0.99% | 0.87% | - |
| XYZ | 34.7 | 17.45 | 23.73 | - |
| YUV | 83.6 | 155.89 | 227.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 133 | 0 | 0.99 | 0.40 | 0.13 | 324.55 | 0.97 | 0.44 |
| Hex | DF | 3 | 85 | 0 | 63 | 28 | D | 145 | 61 | 2C |
| Octal | 337 | 3 | 205 | 0 | 143 | 50 | 15 | 505 | 141 | 54 |
| Binary | 11011111 | 11 | 10000101 | 0 | 1100011 | 101000 | 1101 | 101000101 | 1100001 | 101100 |
Color Harmonies of #DF0385
Complementary color
Monochromatic Colors of #DF0385
Black with #DF0385
Text Example
Text Example
White with #DF0385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0385; }
p { color: rgb(223,3,133); }
H1.HeaderClassName
{
color: #DF0385;
}
.AnyTagClassName
{
color: #DF0385;
}
</style>
background-color css
<style>
a { background-color: #DF0385; }
a { background-color: rgb(223,3,133); }
div.DivClassName
{
background-color: #DF0385;
}
.BgClassName
{
background-color: #DF0385;
}
</style>
border-color css
<style>
span { border-color: #DF0385; }
span { border-color: rgb(223,3,133); }
td.TdClassName
{
border-color: #DF0385;
}
.TagClassName
{
border-color: #DF0385;
}
</style>