Shades of Violet #DF8EED
Tints of Violet #DF8EED
RGB
CMYK
RGB Variations
Color information
#DF8EED (or 0xDF8EED) is known color: Violet. HEX triplet: DF, 8E and ED. RGB value is (223,142,237). Sum of RGB (Red+Green+Blue) = 223+142+237=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 142 (55.86% from 255 or 23.59% from 602); Blue value is 237 (92.97% from 255 or 39.37% from 602); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF8EED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF8EED is #207112. Grayscale: #B0B0B0. Windows color (decimal): -2126099 or 15568607. OLE color: 15568607.
HSL color Cylindrical-coordinate representation of color #DF8EED: hue angle of 291.16º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DF8EED is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 142 | 237 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.07 |
| HSL | 291.16º | 0.73% | 0.74% | - |
| HSV(B) | 291.16º | 0.4% | 0.93% | - |
| XYZ | 55.39 | 41.15 | 85.14 | - |
| YUV | 177.05 | 161.84 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 142 | 237 | 0.06 | 0.40 | 0 | 0.07 | 291.16 | 0.73 | 0.74 |
| Hex | DF | 8E | ED | 6 | 28 | 0 | 7 | 123 | 49 | 4A |
| Octal | 337 | 216 | 355 | 6 | 50 | 0 | 7 | 443 | 111 | 112 |
| Binary | 11011111 | 10001110 | 11101101 | 110 | 101000 | 0 | 111 | 100100011 | 1001001 | 1001010 |
Color Harmonies of #DF8EED
Complementary color
Monochromatic Colors of #DF8EED
Black with #DF8EED
Text Example
Text Example
White with #DF8EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8EED; }
p { color: rgb(223,142,237); }
H1.HeaderClassName
{
color: #DF8EED;
}
.AnyTagClassName
{
color: #DF8EED;
}
</style>
background-color css
<style>
a { background-color: #DF8EED; }
a { background-color: rgb(223,142,237); }
div.DivClassName
{
background-color: #DF8EED;
}
.BgClassName
{
background-color: #DF8EED;
}
</style>
border-color css
<style>
span { border-color: #DF8EED; }
span { border-color: rgb(223,142,237); }
td.TdClassName
{
border-color: #DF8EED;
}
.TagClassName
{
border-color: #DF8EED;
}
</style>