Shades of Violet #DF84DE
Tints of Violet #DF84DE
RGB
CMYK
RGB Variations
Color information
#DF84DE (or 0xDF84DE) is known color: Violet. HEX triplet: DF, 84 and DE. RGB value is (223,132,222). Sum of RGB (Red+Green+Blue) = 223+132+222=577 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.65% from 577); Green value is 132 (51.95% from 255 or 22.88% from 577); Blue value is 222 (87.11% from 255 or 38.47% from 577); Max value from RGB is 223 - color contains mainly: red. Hex color #DF84DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF84DE is #207B21. Grayscale: #A9A9A9. Windows color (decimal): -2128674 or 14583007. OLE color: 14583007.
HSL color Cylindrical-coordinate representation of color #DF84DE: hue angle of 300.66º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DF84DE is Cyan = 0, Magento = 0.41, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 132 | 222 | - |
| CMYK | 0 | 0.41 | 0.00 | 0.13 |
| HSL | 300.66º | 0.59% | 0.7% | - |
| HSV(B) | 300.66º | 0.41% | 0.87% | - |
| XYZ | 51.87 | 37.46 | 73.6 | - |
| YUV | 169.47 | 157.65 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 132 | 222 | 0 | 0.41 | 0.00 | 0.13 | 300.66 | 0.59 | 0.7 |
| Hex | DF | 84 | DE | 0 | 29 | 0 | D | 12D | 3B | 46 |
| Octal | 337 | 204 | 336 | 0 | 51 | 0 | 15 | 455 | 73 | 106 |
| Binary | 11011111 | 10000100 | 11011110 | 0 | 101001 | 0 | 1101 | 100101101 | 111011 | 1000110 |
Color Harmonies of #DF84DE
Complementary color
Monochromatic Colors of #DF84DE
Black with #DF84DE
Text Example
Text Example
White with #DF84DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF84DE; }
p { color: rgb(223,132,222); }
H1.HeaderClassName
{
color: #DF84DE;
}
.AnyTagClassName
{
color: #DF84DE;
}
</style>
background-color css
<style>
a { background-color: #DF84DE; }
a { background-color: rgb(223,132,222); }
div.DivClassName
{
background-color: #DF84DE;
}
.BgClassName
{
background-color: #DF84DE;
}
</style>
border-color css
<style>
span { border-color: #DF84DE; }
span { border-color: rgb(223,132,222); }
td.TdClassName
{
border-color: #DF84DE;
}
.TagClassName
{
border-color: #DF84DE;
}
</style>