Shades of Violet #DF77EC
Tints of Violet #DF77EC
RGB
CMYK
RGB Variations
Color information
#DF77EC (or 0xDF77EC) is known color: Violet. HEX triplet: DF, 77 and EC. RGB value is (223,119,236). Sum of RGB (Red+Green+Blue) = 223+119+236=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 119 (46.88% from 255 or 20.59% from 578); Blue value is 236 (92.58% from 255 or 40.83% from 578); Max value from RGB is 236 - color contains mainly: blue. Hex color #DF77EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF77EC is #208813. Grayscale: #A3A3A3. Windows color (decimal): -2131988 or 15497183. OLE color: 15497183.
HSL color Cylindrical-coordinate representation of color #DF77EC: hue angle of 293.33º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF77EC is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 119 | 236 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.07 |
| HSL | 293.33º | 0.75% | 0.7% | - |
| HSV(B) | 293.33º | 0.5% | 0.93% | - |
| XYZ | 52.17 | 34.94 | 83.35 | - |
| YUV | 163.43 | 168.96 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 119 | 236 | 0.06 | 0.50 | 0 | 0.07 | 293.33 | 0.75 | 0.7 |
| Hex | DF | 77 | EC | 6 | 32 | 0 | 7 | 125 | 4B | 46 |
| Octal | 337 | 167 | 354 | 6 | 62 | 0 | 7 | 445 | 113 | 106 |
| Binary | 11011111 | 1110111 | 11101100 | 110 | 110010 | 0 | 111 | 100100101 | 1001011 | 1000110 |
Color Harmonies of #DF77EC
Complementary color
Monochromatic Colors of #DF77EC
Black with #DF77EC
Text Example
Text Example
White with #DF77EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF77EC; }
p { color: rgb(223,119,236); }
H1.HeaderClassName
{
color: #DF77EC;
}
.AnyTagClassName
{
color: #DF77EC;
}
</style>
background-color css
<style>
a { background-color: #DF77EC; }
a { background-color: rgb(223,119,236); }
div.DivClassName
{
background-color: #DF77EC;
}
.BgClassName
{
background-color: #DF77EC;
}
</style>
border-color css
<style>
span { border-color: #DF77EC; }
span { border-color: rgb(223,119,236); }
td.TdClassName
{
border-color: #DF77EC;
}
.TagClassName
{
border-color: #DF77EC;
}
</style>