Shades of Violet #DF84EE
Tints of Violet #DF84EE
RGB
CMYK
RGB Variations
Color information
#DF84EE (or 0xDF84EE) is known color: Violet. HEX triplet: DF, 84 and EE. RGB value is (223,132,238). Sum of RGB (Red+Green+Blue) = 223+132+238=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 132 (51.95% from 255 or 22.26% from 593); Blue value is 238 (93.36% from 255 or 40.13% from 593); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF84EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF84EE is #207B11. Grayscale: #AAAAAA. Windows color (decimal): -2128658 or 15631583. OLE color: 15631583.
HSL color Cylindrical-coordinate representation of color #DF84EE: hue angle of 291.51º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DF84EE is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 132 | 238 | - |
| CMYK | 0.06 | 0.45 | 0 | 0.07 |
| HSL | 291.51º | 0.76% | 0.73% | - |
| HSV(B) | 291.51º | 0.45% | 0.93% | - |
| XYZ | 54.12 | 38.36 | 85.44 | - |
| YUV | 171.29 | 165.65 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 132 | 238 | 0.06 | 0.45 | 0 | 0.07 | 291.51 | 0.76 | 0.73 |
| Hex | DF | 84 | EE | 6 | 2D | 0 | 7 | 124 | 4C | 49 |
| Octal | 337 | 204 | 356 | 6 | 55 | 0 | 7 | 444 | 114 | 111 |
| Binary | 11011111 | 10000100 | 11101110 | 110 | 101101 | 0 | 111 | 100100100 | 1001100 | 1001001 |
Color Harmonies of #DF84EE
Complementary color
Monochromatic Colors of #DF84EE
Black with #DF84EE
Text Example
Text Example
White with #DF84EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF84EE; }
p { color: rgb(223,132,238); }
H1.HeaderClassName
{
color: #DF84EE;
}
.AnyTagClassName
{
color: #DF84EE;
}
</style>
background-color css
<style>
a { background-color: #DF84EE; }
a { background-color: rgb(223,132,238); }
div.DivClassName
{
background-color: #DF84EE;
}
.BgClassName
{
background-color: #DF84EE;
}
</style>
border-color css
<style>
span { border-color: #DF84EE; }
span { border-color: rgb(223,132,238); }
td.TdClassName
{
border-color: #DF84EE;
}
.TagClassName
{
border-color: #DF84EE;
}
</style>