Shades of Violet #DF7FEC
Tints of Violet #DF7FEC
RGB
CMYK
RGB Variations
Color information
#DF7FEC (or 0xDF7FEC) is known color: Violet. HEX triplet: DF, 7F and EC. RGB value is (223,127,236). Sum of RGB (Red+Green+Blue) = 223+127+236=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 127 (50% from 255 or 21.67% from 586); Blue value is 236 (92.58% from 255 or 40.27% from 586); Max value from RGB is 236 - color contains mainly: blue. Hex color #DF7FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF7FEC is #208013. Grayscale: #A7A7A7. Windows color (decimal): -2129940 or 15499231. OLE color: 15499231.
HSL color Cylindrical-coordinate representation of color #DF7FEC: hue angle of 292.84º 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 #DF7FEC is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 127 | 236 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.07 |
| HSL | 292.84º | 0.74% | 0.71% | - |
| HSV(B) | 292.84º | 0.46% | 0.93% | - |
| XYZ | 53.16 | 36.92 | 83.68 | - |
| YUV | 168.13 | 166.3 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 127 | 236 | 0.06 | 0.46 | 0 | 0.07 | 292.84 | 0.74 | 0.71 |
| Hex | DF | 7F | EC | 6 | 2E | 0 | 7 | 125 | 4A | 47 |
| Octal | 337 | 177 | 354 | 6 | 56 | 0 | 7 | 445 | 112 | 107 |
| Binary | 11011111 | 1111111 | 11101100 | 110 | 101110 | 0 | 111 | 100100101 | 1001010 | 1000111 |
Color Harmonies of #DF7FEC
Complementary color
Monochromatic Colors of #DF7FEC
Black with #DF7FEC
Text Example
Text Example
White with #DF7FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7FEC; }
p { color: rgb(223,127,236); }
H1.HeaderClassName
{
color: #DF7FEC;
}
.AnyTagClassName
{
color: #DF7FEC;
}
</style>
background-color css
<style>
a { background-color: #DF7FEC; }
a { background-color: rgb(223,127,236); }
div.DivClassName
{
background-color: #DF7FEC;
}
.BgClassName
{
background-color: #DF7FEC;
}
</style>
border-color css
<style>
span { border-color: #DF7FEC; }
span { border-color: rgb(223,127,236); }
td.TdClassName
{
border-color: #DF7FEC;
}
.TagClassName
{
border-color: #DF7FEC;
}
</style>