Shades of Violet #DF80EB
Tints of Violet #DF80EB
RGB
CMYK
RGB Variations
Color information
#DF80EB (or 0xDF80EB) is known color: Violet. HEX triplet: DF, 80 and EB. RGB value is (223,128,235). Sum of RGB (Red+Green+Blue) = 223+128+235=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 128 (50.39% from 255 or 21.84% from 586); Blue value is 235 (92.19% from 255 or 40.10% from 586); Max value from RGB is 235 - color contains mainly: blue. Hex color #DF80EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF80EB is #207F14. Grayscale: #A8A8A8. Windows color (decimal): -2129685 or 15433951. OLE color: 15433951.
HSL color Cylindrical-coordinate representation of color #DF80EB: hue angle of 293.27º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DF80EB is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 128 | 235 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.08 |
| HSL | 293.27º | 0.73% | 0.71% | - |
| HSV(B) | 293.27º | 0.46% | 0.92% | - |
| XYZ | 53.15 | 37.12 | 82.96 | - |
| YUV | 168.6 | 165.47 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 128 | 235 | 0.05 | 0.46 | 0 | 0.08 | 293.27 | 0.73 | 0.71 |
| Hex | DF | 80 | EB | 5 | 2E | 0 | 8 | 125 | 49 | 47 |
| Octal | 337 | 200 | 353 | 5 | 56 | 0 | 10 | 445 | 111 | 107 |
| Binary | 11011111 | 10000000 | 11101011 | 101 | 101110 | 0 | 1000 | 100100101 | 1001001 | 1000111 |
Color Harmonies of #DF80EB
Complementary color
Monochromatic Colors of #DF80EB
Black with #DF80EB
Text Example
Text Example
White with #DF80EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF80EB; }
p { color: rgb(223,128,235); }
H1.HeaderClassName
{
color: #DF80EB;
}
.AnyTagClassName
{
color: #DF80EB;
}
</style>
background-color css
<style>
a { background-color: #DF80EB; }
a { background-color: rgb(223,128,235); }
div.DivClassName
{
background-color: #DF80EB;
}
.BgClassName
{
background-color: #DF80EB;
}
</style>
border-color css
<style>
span { border-color: #DF80EB; }
span { border-color: rgb(223,128,235); }
td.TdClassName
{
border-color: #DF80EB;
}
.TagClassName
{
border-color: #DF80EB;
}
</style>