Shades of Violet #DF7FEE
Tints of Violet #DF7FEE
RGB
CMYK
RGB Variations
Color information
#DF7FEE (or 0xDF7FEE) is known color: Violet. HEX triplet: DF, 7F and EE. RGB value is (223,127,238). Sum of RGB (Red+Green+Blue) = 223+127+238=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 127 (50% from 255 or 21.60% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF7FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF7FEE is #208011. Grayscale: #A8A8A8. Windows color (decimal): -2129938 or 15630303. OLE color: 15630303.
HSL color Cylindrical-coordinate representation of color #DF7FEE: hue angle of 291.89º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DF7FEE is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 127 | 238 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.07 |
| HSL | 291.89º | 0.77% | 0.72% | - |
| HSV(B) | 291.89º | 0.47% | 0.93% | - |
| XYZ | 53.45 | 37.04 | 85.22 | - |
| YUV | 168.36 | 167.3 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 127 | 238 | 0.06 | 0.47 | 0 | 0.07 | 291.89 | 0.77 | 0.72 |
| Hex | DF | 7F | EE | 6 | 2F | 0 | 7 | 124 | 4D | 48 |
| Octal | 337 | 177 | 356 | 6 | 57 | 0 | 7 | 444 | 115 | 110 |
| Binary | 11011111 | 1111111 | 11101110 | 110 | 101111 | 0 | 111 | 100100100 | 1001101 | 1001000 |
Color Harmonies of #DF7FEE
Complementary color
Monochromatic Colors of #DF7FEE
Black with #DF7FEE
Text Example
Text Example
White with #DF7FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7FEE; }
p { color: rgb(223,127,238); }
H1.HeaderClassName
{
color: #DF7FEE;
}
.AnyTagClassName
{
color: #DF7FEE;
}
</style>
background-color css
<style>
a { background-color: #DF7FEE; }
a { background-color: rgb(223,127,238); }
div.DivClassName
{
background-color: #DF7FEE;
}
.BgClassName
{
background-color: #DF7FEE;
}
</style>
border-color css
<style>
span { border-color: #DF7FEE; }
span { border-color: rgb(223,127,238); }
td.TdClassName
{
border-color: #DF7FEE;
}
.TagClassName
{
border-color: #DF7FEE;
}
</style>