Shades of Violet #DF81EF
Tints of Violet #DF81EF
RGB
CMYK
RGB Variations
Color information
#DF81EF (or 0xDF81EF) is known color: Violet. HEX triplet: DF, 81 and EF. RGB value is (223,129,239). Sum of RGB (Red+Green+Blue) = 223+129+239=591 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.73% from 591); Green value is 129 (50.78% from 255 or 21.83% from 591); Blue value is 239 (93.75% from 255 or 40.44% from 591); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF81EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF81EF is #207E10. Grayscale: #A9A9A9. Windows color (decimal): -2129425 or 15696351. OLE color: 15696351.
HSL color Cylindrical-coordinate representation of color #DF81EF: hue angle of 291.27º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DF81EF is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 129 | 239 | - |
| CMYK | 0.07 | 0.46 | 0 | 0.06 |
| HSL | 291.27º | 0.77% | 0.72% | - |
| HSV(B) | 291.27º | 0.46% | 0.94% | - |
| XYZ | 53.86 | 37.62 | 86.08 | - |
| YUV | 169.65 | 167.14 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 129 | 239 | 0.07 | 0.46 | 0 | 0.06 | 291.27 | 0.77 | 0.72 |
| Hex | DF | 81 | EF | 7 | 2E | 0 | 6 | 123 | 4D | 48 |
| Octal | 337 | 201 | 357 | 7 | 56 | 0 | 6 | 443 | 115 | 110 |
| Binary | 11011111 | 10000001 | 11101111 | 111 | 101110 | 0 | 110 | 100100011 | 1001101 | 1001000 |
Color Harmonies of #DF81EF
Complementary color
Monochromatic Colors of #DF81EF
Black with #DF81EF
Text Example
Text Example
White with #DF81EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF81EF; }
p { color: rgb(223,129,239); }
H1.HeaderClassName
{
color: #DF81EF;
}
.AnyTagClassName
{
color: #DF81EF;
}
</style>
background-color css
<style>
a { background-color: #DF81EF; }
a { background-color: rgb(223,129,239); }
div.DivClassName
{
background-color: #DF81EF;
}
.BgClassName
{
background-color: #DF81EF;
}
</style>
border-color css
<style>
span { border-color: #DF81EF; }
span { border-color: rgb(223,129,239); }
td.TdClassName
{
border-color: #DF81EF;
}
.TagClassName
{
border-color: #DF81EF;
}
</style>