Shades of Violet #DF8EEE
Tints of Violet #DF8EEE
RGB
CMYK
RGB Variations
Color information
#DF8EEE (or 0xDF8EEE) is known color: Violet. HEX triplet: DF, 8E and EE. RGB value is (223,142,238). Sum of RGB (Red+Green+Blue) = 223+142+238=603 (79% of max value = 765). Red value is 223 (87.5% from 255 or 36.98% from 603); Green value is 142 (55.86% from 255 or 23.55% from 603); Blue value is 238 (93.36% from 255 or 39.47% from 603); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF8EEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF8EEE is #207111. Grayscale: #B0B0B0. Windows color (decimal): -2126098 or 15634143. OLE color: 15634143.
HSL color Cylindrical-coordinate representation of color #DF8EEE: hue angle of 290.62º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DF8EEE is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 142 | 238 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.07 |
| HSL | 290.63º | 0.74% | 0.75% | - |
| HSV(B) | 290.63º | 0.4% | 0.93% | - |
| XYZ | 55.54 | 41.21 | 85.92 | - |
| YUV | 177.16 | 162.34 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 142 | 238 | 0.06 | 0.40 | 0 | 0.07 | 290.63 | 0.74 | 0.75 |
| Hex | DF | 8E | EE | 6 | 28 | 0 | 7 | 123 | 4A | 4B |
| Octal | 337 | 216 | 356 | 6 | 50 | 0 | 7 | 443 | 112 | 113 |
| Binary | 11011111 | 10001110 | 11101110 | 110 | 101000 | 0 | 111 | 100100011 | 1001010 | 1001011 |
Color Harmonies of #DF8EEE
Complementary color
Monochromatic Colors of #DF8EEE
Black with #DF8EEE
Text Example
Text Example
White with #DF8EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8EEE; }
p { color: rgb(223,142,238); }
H1.HeaderClassName
{
color: #DF8EEE;
}
.AnyTagClassName
{
color: #DF8EEE;
}
</style>
background-color css
<style>
a { background-color: #DF8EEE; }
a { background-color: rgb(223,142,238); }
div.DivClassName
{
background-color: #DF8EEE;
}
.BgClassName
{
background-color: #DF8EEE;
}
</style>
border-color css
<style>
span { border-color: #DF8EEE; }
span { border-color: rgb(223,142,238); }
td.TdClassName
{
border-color: #DF8EEE;
}
.TagClassName
{
border-color: #DF8EEE;
}
</style>