Shades of Violet #DF8FEB
Tints of Violet #DF8FEB
RGB
CMYK
RGB Variations
Color information
#DF8FEB (or 0xDF8FEB) is known color: Violet. HEX triplet: DF, 8F and EB. RGB value is (223,143,235). Sum of RGB (Red+Green+Blue) = 223+143+235=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 143 (56.25% from 255 or 23.79% from 601); Blue value is 235 (92.19% from 255 or 39.10% from 601); Max value from RGB is 235 - color contains mainly: blue. Hex color #DF8FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF8FEB is #207014. Grayscale: #B1B1B1. Windows color (decimal): -2125845 or 15437791. OLE color: 15437791.
HSL color Cylindrical-coordinate representation of color #DF8FEB: hue angle of 292.17º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DF8FEB is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 143 | 235 | - |
| CMYK | 0.05 | 0.39 | 0 | 0.08 |
| HSL | 292.17º | 0.7% | 0.74% | - |
| HSV(B) | 292.17º | 0.39% | 0.92% | - |
| XYZ | 55.25 | 41.33 | 83.66 | - |
| YUV | 177.41 | 160.5 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 143 | 235 | 0.05 | 0.39 | 0 | 0.08 | 292.17 | 0.7 | 0.74 |
| Hex | DF | 8F | EB | 5 | 27 | 0 | 8 | 124 | 46 | 4A |
| Octal | 337 | 217 | 353 | 5 | 47 | 0 | 10 | 444 | 106 | 112 |
| Binary | 11011111 | 10001111 | 11101011 | 101 | 100111 | 0 | 1000 | 100100100 | 1000110 | 1001010 |
Color Harmonies of #DF8FEB
Complementary color
Monochromatic Colors of #DF8FEB
Black with #DF8FEB
Text Example
Text Example
White with #DF8FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8FEB; }
p { color: rgb(223,143,235); }
H1.HeaderClassName
{
color: #DF8FEB;
}
.AnyTagClassName
{
color: #DF8FEB;
}
</style>
background-color css
<style>
a { background-color: #DF8FEB; }
a { background-color: rgb(223,143,235); }
div.DivClassName
{
background-color: #DF8FEB;
}
.BgClassName
{
background-color: #DF8FEB;
}
</style>
border-color css
<style>
span { border-color: #DF8FEB; }
span { border-color: rgb(223,143,235); }
td.TdClassName
{
border-color: #DF8FEB;
}
.TagClassName
{
border-color: #DF8FEB;
}
</style>