Shades of Violet #DF8FED
Tints of Violet #DF8FED
RGB
CMYK
RGB Variations
Color information
#DF8FED (or 0xDF8FED) is known color: Violet. HEX triplet: DF, 8F and ED. RGB value is (223,143,237). Sum of RGB (Red+Green+Blue) = 223+143+237=603 (79% of max value = 765). Red value is 223 (87.5% from 255 or 36.98% from 603); Green value is 143 (56.25% from 255 or 23.71% from 603); Blue value is 237 (92.97% from 255 or 39.30% from 603); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF8FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF8FED is #207012. Grayscale: #B1B1B1. Windows color (decimal): -2125843 or 15568863. OLE color: 15568863.
HSL color Cylindrical-coordinate representation of color #DF8FED: hue angle of 291.06º degrees, saturation: 0.72, 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 #DF8FED is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 143 | 237 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.07 |
| HSL | 291.06º | 0.72% | 0.75% | - |
| HSV(B) | 291.06º | 0.4% | 0.93% | - |
| XYZ | 55.54 | 41.45 | 85.19 | - |
| YUV | 177.64 | 161.5 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 143 | 237 | 0.06 | 0.40 | 0 | 0.07 | 291.06 | 0.72 | 0.75 |
| Hex | DF | 8F | ED | 6 | 28 | 0 | 7 | 123 | 48 | 4B |
| Octal | 337 | 217 | 355 | 6 | 50 | 0 | 7 | 443 | 110 | 113 |
| Binary | 11011111 | 10001111 | 11101101 | 110 | 101000 | 0 | 111 | 100100011 | 1001000 | 1001011 |
Color Harmonies of #DF8FED
Complementary color
Monochromatic Colors of #DF8FED
Black with #DF8FED
Text Example
Text Example
White with #DF8FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8FED; }
p { color: rgb(223,143,237); }
H1.HeaderClassName
{
color: #DF8FED;
}
.AnyTagClassName
{
color: #DF8FED;
}
</style>
background-color css
<style>
a { background-color: #DF8FED; }
a { background-color: rgb(223,143,237); }
div.DivClassName
{
background-color: #DF8FED;
}
.BgClassName
{
background-color: #DF8FED;
}
</style>
border-color css
<style>
span { border-color: #DF8FED; }
span { border-color: rgb(223,143,237); }
td.TdClassName
{
border-color: #DF8FED;
}
.TagClassName
{
border-color: #DF8FED;
}
</style>