Shades of Violet #DF8EF1
Tints of Violet #DF8EF1
RGB
CMYK
RGB Variations
Color information
#DF8EF1 (or 0xDF8EF1) is known color: Violet. HEX triplet: DF, 8E and F1. RGB value is (223,142,241). Sum of RGB (Red+Green+Blue) = 223+142+241=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 142 (55.86% from 255 or 23.43% from 606); Blue value is 241 (94.53% from 255 or 39.77% from 606); Max value from RGB is 241 - color contains mainly: blue. Hex color #DF8EF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF8EF1 is #20710E. Grayscale: #B1B1B1. Windows color (decimal): -2126095 or 15830751. OLE color: 15830751.
HSL color Cylindrical-coordinate representation of color #DF8EF1: hue angle of 289.09º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DF8EF1 is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 142 | 241 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.05 |
| HSL | 289.09º | 0.78% | 0.75% | - |
| HSV(B) | 289.09º | 0.41% | 0.95% | - |
| XYZ | 55.98 | 41.38 | 88.26 | - |
| YUV | 177.51 | 163.84 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 142 | 241 | 0.07 | 0.41 | 0 | 0.05 | 289.09 | 0.78 | 0.75 |
| Hex | DF | 8E | F1 | 7 | 29 | 0 | 5 | 121 | 4E | 4B |
| Octal | 337 | 216 | 361 | 7 | 51 | 0 | 5 | 441 | 116 | 113 |
| Binary | 11011111 | 10001110 | 11110001 | 111 | 101001 | 0 | 101 | 100100001 | 1001110 | 1001011 |
Color Harmonies of #DF8EF1
Complementary color
Monochromatic Colors of #DF8EF1
Black with #DF8EF1
Text Example
Text Example
White with #DF8EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8EF1; }
p { color: rgb(223,142,241); }
H1.HeaderClassName
{
color: #DF8EF1;
}
.AnyTagClassName
{
color: #DF8EF1;
}
</style>
background-color css
<style>
a { background-color: #DF8EF1; }
a { background-color: rgb(223,142,241); }
div.DivClassName
{
background-color: #DF8EF1;
}
.BgClassName
{
background-color: #DF8EF1;
}
</style>
border-color css
<style>
span { border-color: #DF8EF1; }
span { border-color: rgb(223,142,241); }
td.TdClassName
{
border-color: #DF8EF1;
}
.TagClassName
{
border-color: #DF8EF1;
}
</style>