Shades of Violet #DF76EC
Tints of Violet #DF76EC
RGB
CMYK
RGB Variations
Color information
#DF76EC (or 0xDF76EC) is known color: Violet. HEX triplet: DF, 76 and EC. RGB value is (223,118,236). Sum of RGB (Red+Green+Blue) = 223+118+236=577 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.65% from 577); Green value is 118 (46.48% from 255 or 20.45% from 577); Blue value is 236 (92.58% from 255 or 40.90% from 577); Max value from RGB is 236 - color contains mainly: blue. Hex color #DF76EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF76EC is #208913. Grayscale: #A2A2A2. Windows color (decimal): -2132244 or 15496927. OLE color: 15496927.
HSL color Cylindrical-coordinate representation of color #DF76EC: hue angle of 293.39º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF76EC is Cyan = 0.06, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 118 | 236 | - |
| CMYK | 0.06 | 0.5 | 0 | 0.07 |
| HSL | 293.39º | 0.76% | 0.69% | - |
| HSV(B) | 293.39º | 0.5% | 0.93% | - |
| XYZ | 52.05 | 34.7 | 83.31 | - |
| YUV | 162.85 | 169.29 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 118 | 236 | 0.06 | 0.5 | 0 | 0.07 | 293.39 | 0.76 | 0.69 |
| Hex | DF | 76 | EC | 6 | 32 | 0 | 7 | 125 | 4C | 45 |
| Octal | 337 | 166 | 354 | 6 | 62 | 0 | 7 | 445 | 114 | 105 |
| Binary | 11011111 | 1110110 | 11101100 | 110 | 110010 | 0 | 111 | 100100101 | 1001100 | 1000101 |
Color Harmonies of #DF76EC
Complementary color
Monochromatic Colors of #DF76EC
Black with #DF76EC
Text Example
Text Example
White with #DF76EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF76EC; }
p { color: rgb(223,118,236); }
H1.HeaderClassName
{
color: #DF76EC;
}
.AnyTagClassName
{
color: #DF76EC;
}
</style>
background-color css
<style>
a { background-color: #DF76EC; }
a { background-color: rgb(223,118,236); }
div.DivClassName
{
background-color: #DF76EC;
}
.BgClassName
{
background-color: #DF76EC;
}
</style>
border-color css
<style>
span { border-color: #DF76EC; }
span { border-color: rgb(223,118,236); }
td.TdClassName
{
border-color: #DF76EC;
}
.TagClassName
{
border-color: #DF76EC;
}
</style>