Shades of Violet #DF80ED
Tints of Violet #DF80ED
RGB
CMYK
RGB Variations
Color information
#DF80ED (or 0xDF80ED) is known color: Violet. HEX triplet: DF, 80 and ED. RGB value is (223,128,237). Sum of RGB (Red+Green+Blue) = 223+128+237=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 128 (50.39% from 255 or 21.77% from 588); Blue value is 237 (92.97% from 255 or 40.31% from 588); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF80ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF80ED is #207F12. Grayscale: #A8A8A8. Windows color (decimal): -2129683 or 15565023. OLE color: 15565023.
HSL color Cylindrical-coordinate representation of color #DF80ED: hue angle of 292.29º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DF80ED is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 128 | 237 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.07 |
| HSL | 292.29º | 0.75% | 0.72% | - |
| HSV(B) | 292.29º | 0.46% | 0.93% | - |
| XYZ | 53.44 | 37.24 | 84.49 | - |
| YUV | 168.83 | 166.47 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 128 | 237 | 0.06 | 0.46 | 0 | 0.07 | 292.29 | 0.75 | 0.72 |
| Hex | DF | 80 | ED | 6 | 2E | 0 | 7 | 124 | 4B | 48 |
| Octal | 337 | 200 | 355 | 6 | 56 | 0 | 7 | 444 | 113 | 110 |
| Binary | 11011111 | 10000000 | 11101101 | 110 | 101110 | 0 | 111 | 100100100 | 1001011 | 1001000 |
Color Harmonies of #DF80ED
Complementary color
Monochromatic Colors of #DF80ED
Black with #DF80ED
Text Example
Text Example
White with #DF80ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF80ED; }
p { color: rgb(223,128,237); }
H1.HeaderClassName
{
color: #DF80ED;
}
.AnyTagClassName
{
color: #DF80ED;
}
</style>
background-color css
<style>
a { background-color: #DF80ED; }
a { background-color: rgb(223,128,237); }
div.DivClassName
{
background-color: #DF80ED;
}
.BgClassName
{
background-color: #DF80ED;
}
</style>
border-color css
<style>
span { border-color: #DF80ED; }
span { border-color: rgb(223,128,237); }
td.TdClassName
{
border-color: #DF80ED;
}
.TagClassName
{
border-color: #DF80ED;
}
</style>