Shades of Medium Violet Red #DF0488
Tints of Medium Violet Red #DF0488
RGB
CMYK
RGB Variations
Color information
#DF0488 (or 0xDF0488) is known color: Medium Violet Red. HEX triplet: DF, 04 and 88. RGB value is (223,4,136). Sum of RGB (Red+Green+Blue) = 223+4+136=363 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.43% from 363); Green value is 4 (1.95% from 255 or 1.10% from 363); Blue value is 136 (53.52% from 255 or 37.47% from 363); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0488 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0488 is #20FB77. Grayscale: #545454. Windows color (decimal): -2161528 or 8914143. OLE color: 8914143.
HSL color Cylindrical-coordinate representation of color #DF0488: hue angle of 323.84º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF0488 is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 4 | 136 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.13 |
| HSL | 323.84º | 0.96% | 0.45% | - |
| HSV(B) | 323.84º | 0.98% | 0.87% | - |
| XYZ | 34.92 | 17.55 | 24.84 | - |
| YUV | 84.53 | 157.05 | 226.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 4 | 136 | 0 | 0.98 | 0.39 | 0.13 | 323.84 | 0.96 | 0.45 |
| Hex | DF | 4 | 88 | 0 | 62 | 27 | D | 144 | 60 | 2D |
| Octal | 337 | 4 | 210 | 0 | 142 | 47 | 15 | 504 | 140 | 55 |
| Binary | 11011111 | 100 | 10001000 | 0 | 1100010 | 100111 | 1101 | 101000100 | 1100000 | 101101 |
Color Harmonies of #DF0488
Complementary color
Monochromatic Colors of #DF0488
Black with #DF0488
Text Example
Text Example
White with #DF0488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0488; }
p { color: rgb(223,4,136); }
H1.HeaderClassName
{
color: #DF0488;
}
.AnyTagClassName
{
color: #DF0488;
}
</style>
background-color css
<style>
a { background-color: #DF0488; }
a { background-color: rgb(223,4,136); }
div.DivClassName
{
background-color: #DF0488;
}
.BgClassName
{
background-color: #DF0488;
}
</style>
border-color css
<style>
span { border-color: #DF0488; }
span { border-color: rgb(223,4,136); }
td.TdClassName
{
border-color: #DF0488;
}
.TagClassName
{
border-color: #DF0488;
}
</style>