Shades of Medium Violet Red #DF0388
Tints of Medium Violet Red #DF0388
RGB
CMYK
RGB Variations
Color information
#DF0388 (or 0xDF0388) is known color: Medium Violet Red. HEX triplet: DF, 03 and 88. RGB value is (223,3,136). Sum of RGB (Red+Green+Blue) = 223+3+136=362 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.60% from 362); Green value is 3 (1.56% from 255 or 0.83% from 362); Blue value is 136 (53.52% from 255 or 37.57% from 362); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0388 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0388 is #20FC77. Grayscale: #535353. Windows color (decimal): -2161784 or 8913887. OLE color: 8913887.
HSL color Cylindrical-coordinate representation of color #DF0388: hue angle of 323.73º 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 #DF0388 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 136 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.13 |
| HSL | 323.73º | 0.97% | 0.44% | - |
| HSV(B) | 323.73º | 0.99% | 0.87% | - |
| XYZ | 34.91 | 17.53 | 24.84 | - |
| YUV | 83.94 | 157.39 | 227.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 136 | 0 | 0.99 | 0.39 | 0.13 | 323.73 | 0.97 | 0.44 |
| Hex | DF | 3 | 88 | 0 | 63 | 27 | D | 144 | 61 | 2C |
| Octal | 337 | 3 | 210 | 0 | 143 | 47 | 15 | 504 | 141 | 54 |
| Binary | 11011111 | 11 | 10001000 | 0 | 1100011 | 100111 | 1101 | 101000100 | 1100001 | 101100 |
Color Harmonies of #DF0388
Complementary color
Monochromatic Colors of #DF0388
Black with #DF0388
Text Example
Text Example
White with #DF0388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0388; }
p { color: rgb(223,3,136); }
H1.HeaderClassName
{
color: #DF0388;
}
.AnyTagClassName
{
color: #DF0388;
}
</style>
background-color css
<style>
a { background-color: #DF0388; }
a { background-color: rgb(223,3,136); }
div.DivClassName
{
background-color: #DF0388;
}
.BgClassName
{
background-color: #DF0388;
}
</style>
border-color css
<style>
span { border-color: #DF0388; }
span { border-color: rgb(223,3,136); }
td.TdClassName
{
border-color: #DF0388;
}
.TagClassName
{
border-color: #DF0388;
}
</style>