Shades of Violet #DF8EEF
Tints of Violet #DF8EEF
RGB
CMYK
RGB Variations
Color information
#DF8EEF (or 0xDF8EEF) is known color: Violet. HEX triplet: DF, 8E and EF. RGB value is (223,142,239). Sum of RGB (Red+Green+Blue) = 223+142+239=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 142 (55.86% from 255 or 23.51% from 604); Blue value is 239 (93.75% from 255 or 39.57% from 604); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF8EEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF8EEF is #207110. Grayscale: #B0B0B0. Windows color (decimal): -2126097 or 15699679. OLE color: 15699679.
HSL color Cylindrical-coordinate representation of color #DF8EEF: hue angle of 290.1º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DF8EEF is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 142 | 239 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.06 |
| HSL | 290.1º | 0.75% | 0.75% | - |
| HSV(B) | 290.1º | 0.41% | 0.94% | - |
| XYZ | 55.68 | 41.27 | 86.69 | - |
| YUV | 177.28 | 162.84 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 142 | 239 | 0.07 | 0.41 | 0 | 0.06 | 290.1 | 0.75 | 0.75 |
| Hex | DF | 8E | EF | 7 | 29 | 0 | 6 | 122 | 4B | 4B |
| Octal | 337 | 216 | 357 | 7 | 51 | 0 | 6 | 442 | 113 | 113 |
| Binary | 11011111 | 10001110 | 11101111 | 111 | 101001 | 0 | 110 | 100100010 | 1001011 | 1001011 |
Color Harmonies of #DF8EEF
Complementary color
Monochromatic Colors of #DF8EEF
Black with #DF8EEF
Text Example
Text Example
White with #DF8EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8EEF; }
p { color: rgb(223,142,239); }
H1.HeaderClassName
{
color: #DF8EEF;
}
.AnyTagClassName
{
color: #DF8EEF;
}
</style>
background-color css
<style>
a { background-color: #DF8EEF; }
a { background-color: rgb(223,142,239); }
div.DivClassName
{
background-color: #DF8EEF;
}
.BgClassName
{
background-color: #DF8EEF;
}
</style>
border-color css
<style>
span { border-color: #DF8EEF; }
span { border-color: rgb(223,142,239); }
td.TdClassName
{
border-color: #DF8EEF;
}
.TagClassName
{
border-color: #DF8EEF;
}
</style>