Shades of Violet #DF7EEE
Tints of Violet #DF7EEE
RGB
CMYK
RGB Variations
Color information
#DF7EEE (or 0xDF7EEE) is known color: Violet. HEX triplet: DF, 7E and EE. RGB value is (223,126,238). Sum of RGB (Red+Green+Blue) = 223+126+238=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 126 (49.61% from 255 or 21.47% from 587); Blue value is 238 (93.36% from 255 or 40.55% from 587); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF7EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF7EEE is #208111. Grayscale: #A7A7A7. Windows color (decimal): -2130194 or 15630047. OLE color: 15630047.
HSL color Cylindrical-coordinate representation of color #DF7EEE: hue angle of 291.96º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DF7EEE is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 126 | 238 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.07 |
| HSL | 291.96º | 0.77% | 0.71% | - |
| HSV(B) | 291.96º | 0.47% | 0.93% | - |
| XYZ | 53.32 | 36.78 | 85.18 | - |
| YUV | 167.77 | 167.64 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 126 | 238 | 0.06 | 0.47 | 0 | 0.07 | 291.96 | 0.77 | 0.71 |
| Hex | DF | 7E | EE | 6 | 2F | 0 | 7 | 124 | 4D | 47 |
| Octal | 337 | 176 | 356 | 6 | 57 | 0 | 7 | 444 | 115 | 107 |
| Binary | 11011111 | 1111110 | 11101110 | 110 | 101111 | 0 | 111 | 100100100 | 1001101 | 1000111 |
Color Harmonies of #DF7EEE
Complementary color
Monochromatic Colors of #DF7EEE
Black with #DF7EEE
Text Example
Text Example
White with #DF7EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7EEE; }
p { color: rgb(223,126,238); }
H1.HeaderClassName
{
color: #DF7EEE;
}
.AnyTagClassName
{
color: #DF7EEE;
}
</style>
background-color css
<style>
a { background-color: #DF7EEE; }
a { background-color: rgb(223,126,238); }
div.DivClassName
{
background-color: #DF7EEE;
}
.BgClassName
{
background-color: #DF7EEE;
}
</style>
border-color css
<style>
span { border-color: #DF7EEE; }
span { border-color: rgb(223,126,238); }
td.TdClassName
{
border-color: #DF7EEE;
}
.TagClassName
{
border-color: #DF7EEE;
}
</style>