Shades of Violet #DF81EC
Tints of Violet #DF81EC
RGB
CMYK
RGB Variations
Color information
#DF81EC (or 0xDF81EC) is known color: Violet. HEX triplet: DF, 81 and EC. RGB value is (223,129,236). Sum of RGB (Red+Green+Blue) = 223+129+236=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 129 (50.78% from 255 or 21.94% from 588); Blue value is 236 (92.58% from 255 or 40.14% from 588); Max value from RGB is 236 - color contains mainly: blue. Hex color #DF81EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF81EC is #207E13. Grayscale: #A8A8A8. Windows color (decimal): -2129428 or 15499743. OLE color: 15499743.
HSL color Cylindrical-coordinate representation of color #DF81EC: hue angle of 292.71º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DF81EC is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 129 | 236 | - |
| CMYK | 0.06 | 0.45 | 0 | 0.07 |
| HSL | 292.71º | 0.74% | 0.72% | - |
| HSV(B) | 292.71º | 0.45% | 0.93% | - |
| XYZ | 53.42 | 37.44 | 83.77 | - |
| YUV | 169.3 | 165.64 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 129 | 236 | 0.06 | 0.45 | 0 | 0.07 | 292.71 | 0.74 | 0.72 |
| Hex | DF | 81 | EC | 6 | 2D | 0 | 7 | 125 | 4A | 48 |
| Octal | 337 | 201 | 354 | 6 | 55 | 0 | 7 | 445 | 112 | 110 |
| Binary | 11011111 | 10000001 | 11101100 | 110 | 101101 | 0 | 111 | 100100101 | 1001010 | 1001000 |
Color Harmonies of #DF81EC
Complementary color
Monochromatic Colors of #DF81EC
Black with #DF81EC
Text Example
Text Example
White with #DF81EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF81EC; }
p { color: rgb(223,129,236); }
H1.HeaderClassName
{
color: #DF81EC;
}
.AnyTagClassName
{
color: #DF81EC;
}
</style>
background-color css
<style>
a { background-color: #DF81EC; }
a { background-color: rgb(223,129,236); }
div.DivClassName
{
background-color: #DF81EC;
}
.BgClassName
{
background-color: #DF81EC;
}
</style>
border-color css
<style>
span { border-color: #DF81EC; }
span { border-color: rgb(223,129,236); }
td.TdClassName
{
border-color: #DF81EC;
}
.TagClassName
{
border-color: #DF81EC;
}
</style>