Shades of Violet #DF80EC
Tints of Violet #DF80EC
RGB
CMYK
RGB Variations
Color information
#DF80EC (or 0xDF80EC) is known color: Violet. HEX triplet: DF, 80 and EC. RGB value is (223,128,236). Sum of RGB (Red+Green+Blue) = 223+128+236=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 128 (50.39% from 255 or 21.81% from 587); Blue value is 236 (92.58% from 255 or 40.20% from 587); Max value from RGB is 236 - color contains mainly: blue. Hex color #DF80EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF80EC is #207F13. Grayscale: #A8A8A8. Windows color (decimal): -2129684 or 15499487. OLE color: 15499487.
HSL color Cylindrical-coordinate representation of color #DF80EC: hue angle of 292.78º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DF80EC is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 128 | 236 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.07 |
| HSL | 292.78º | 0.74% | 0.71% | - |
| HSV(B) | 292.78º | 0.46% | 0.93% | - |
| XYZ | 53.29 | 37.18 | 83.73 | - |
| YUV | 168.72 | 165.97 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 128 | 236 | 0.06 | 0.46 | 0 | 0.07 | 292.78 | 0.74 | 0.71 |
| Hex | DF | 80 | EC | 6 | 2E | 0 | 7 | 125 | 4A | 47 |
| Octal | 337 | 200 | 354 | 6 | 56 | 0 | 7 | 445 | 112 | 107 |
| Binary | 11011111 | 10000000 | 11101100 | 110 | 101110 | 0 | 111 | 100100101 | 1001010 | 1000111 |
Color Harmonies of #DF80EC
Complementary color
Monochromatic Colors of #DF80EC
Black with #DF80EC
Text Example
Text Example
White with #DF80EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF80EC; }
p { color: rgb(223,128,236); }
H1.HeaderClassName
{
color: #DF80EC;
}
.AnyTagClassName
{
color: #DF80EC;
}
</style>
background-color css
<style>
a { background-color: #DF80EC; }
a { background-color: rgb(223,128,236); }
div.DivClassName
{
background-color: #DF80EC;
}
.BgClassName
{
background-color: #DF80EC;
}
</style>
border-color css
<style>
span { border-color: #DF80EC; }
span { border-color: rgb(223,128,236); }
td.TdClassName
{
border-color: #DF80EC;
}
.TagClassName
{
border-color: #DF80EC;
}
</style>