Shades of Violet #DF8FEF
Tints of Violet #DF8FEF
RGB
CMYK
RGB Variations
Color information
#DF8FEF (or 0xDF8FEF) is known color: Violet. HEX triplet: DF, 8F and EF. RGB value is (223,143,239). Sum of RGB (Red+Green+Blue) = 223+143+239=605 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.86% from 605); Green value is 143 (56.25% from 255 or 23.64% from 605); Blue value is 239 (93.75% from 255 or 39.50% from 605); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF8FEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF8FEF is #207010. Grayscale: #B1B1B1. Windows color (decimal): -2125841 or 15699935. OLE color: 15699935.
HSL color Cylindrical-coordinate representation of color #DF8FEF: hue angle of 290º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DF8FEF is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 143 | 239 | - |
| CMYK | 0.07 | 0.40 | 0 | 0.06 |
| HSL | 290º | 0.75% | 0.75% | - |
| HSV(B) | 290º | 0.4% | 0.94% | - |
| XYZ | 55.83 | 41.56 | 86.74 | - |
| YUV | 177.86 | 162.5 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 143 | 239 | 0.07 | 0.40 | 0 | 0.06 | 290 | 0.75 | 0.75 |
| Hex | DF | 8F | EF | 7 | 28 | 0 | 6 | 122 | 4B | 4B |
| Octal | 337 | 217 | 357 | 7 | 50 | 0 | 6 | 442 | 113 | 113 |
| Binary | 11011111 | 10001111 | 11101111 | 111 | 101000 | 0 | 110 | 100100010 | 1001011 | 1001011 |
Color Harmonies of #DF8FEF
Complementary color
Monochromatic Colors of #DF8FEF
Black with #DF8FEF
Text Example
Text Example
White with #DF8FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8FEF; }
p { color: rgb(223,143,239); }
H1.HeaderClassName
{
color: #DF8FEF;
}
.AnyTagClassName
{
color: #DF8FEF;
}
</style>
background-color css
<style>
a { background-color: #DF8FEF; }
a { background-color: rgb(223,143,239); }
div.DivClassName
{
background-color: #DF8FEF;
}
.BgClassName
{
background-color: #DF8FEF;
}
</style>
border-color css
<style>
span { border-color: #DF8FEF; }
span { border-color: rgb(223,143,239); }
td.TdClassName
{
border-color: #DF8FEF;
}
.TagClassName
{
border-color: #DF8FEF;
}
</style>