Shades of Violet #DF84EF
Tints of Violet #DF84EF
RGB
CMYK
RGB Variations
Color information
#DF84EF (or 0xDF84EF) is known color: Violet. HEX triplet: DF, 84 and EF. RGB value is (223,132,239). Sum of RGB (Red+Green+Blue) = 223+132+239=594 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.54% from 594); Green value is 132 (51.95% from 255 or 22.22% from 594); Blue value is 239 (93.75% from 255 or 40.24% from 594); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF84EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF84EF is #207B10. Grayscale: #ABABAB. Windows color (decimal): -2128657 or 15697119. OLE color: 15697119.
HSL color Cylindrical-coordinate representation of color #DF84EF: hue angle of 291.03º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DF84EF is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 132 | 239 | - |
| CMYK | 0.07 | 0.45 | 0 | 0.06 |
| HSL | 291.03º | 0.77% | 0.73% | - |
| HSV(B) | 291.03º | 0.45% | 0.94% | - |
| XYZ | 54.26 | 38.42 | 86.22 | - |
| YUV | 171.41 | 166.15 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 132 | 239 | 0.07 | 0.45 | 0 | 0.06 | 291.03 | 0.77 | 0.73 |
| Hex | DF | 84 | EF | 7 | 2D | 0 | 6 | 123 | 4D | 49 |
| Octal | 337 | 204 | 357 | 7 | 55 | 0 | 6 | 443 | 115 | 111 |
| Binary | 11011111 | 10000100 | 11101111 | 111 | 101101 | 0 | 110 | 100100011 | 1001101 | 1001001 |
Color Harmonies of #DF84EF
Complementary color
Monochromatic Colors of #DF84EF
Black with #DF84EF
Text Example
Text Example
White with #DF84EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF84EF; }
p { color: rgb(223,132,239); }
H1.HeaderClassName
{
color: #DF84EF;
}
.AnyTagClassName
{
color: #DF84EF;
}
</style>
background-color css
<style>
a { background-color: #DF84EF; }
a { background-color: rgb(223,132,239); }
div.DivClassName
{
background-color: #DF84EF;
}
.BgClassName
{
background-color: #DF84EF;
}
</style>
border-color css
<style>
span { border-color: #DF84EF; }
span { border-color: rgb(223,132,239); }
td.TdClassName
{
border-color: #DF84EF;
}
.TagClassName
{
border-color: #DF84EF;
}
</style>