Shades of Violet #DF81EE
Tints of Violet #DF81EE
RGB
CMYK
RGB Variations
Color information
#DF81EE (or 0xDF81EE) is known color: Violet. HEX triplet: DF, 81 and EE. RGB value is (223,129,238). Sum of RGB (Red+Green+Blue) = 223+129+238=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 129 (50.78% from 255 or 21.86% from 590); Blue value is 238 (93.36% from 255 or 40.34% from 590); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF81EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF81EE is #207E11. Grayscale: #A9A9A9. Windows color (decimal): -2129426 or 15630815. OLE color: 15630815.
HSL color Cylindrical-coordinate representation of color #DF81EE: hue angle of 291.74º degrees, saturation: 0.76, 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 #DF81EE is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 129 | 238 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.07 |
| HSL | 291.74º | 0.76% | 0.72% | - |
| HSV(B) | 291.74º | 0.46% | 0.93% | - |
| XYZ | 53.71 | 37.56 | 85.31 | - |
| YUV | 169.53 | 166.64 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 129 | 238 | 0.06 | 0.46 | 0 | 0.07 | 291.74 | 0.76 | 0.72 |
| Hex | DF | 81 | EE | 6 | 2E | 0 | 7 | 124 | 4C | 48 |
| Octal | 337 | 201 | 356 | 6 | 56 | 0 | 7 | 444 | 114 | 110 |
| Binary | 11011111 | 10000001 | 11101110 | 110 | 101110 | 0 | 111 | 100100100 | 1001100 | 1001000 |
Color Harmonies of #DF81EE
Complementary color
Monochromatic Colors of #DF81EE
Black with #DF81EE
Text Example
Text Example
White with #DF81EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF81EE; }
p { color: rgb(223,129,238); }
H1.HeaderClassName
{
color: #DF81EE;
}
.AnyTagClassName
{
color: #DF81EE;
}
</style>
background-color css
<style>
a { background-color: #DF81EE; }
a { background-color: rgb(223,129,238); }
div.DivClassName
{
background-color: #DF81EE;
}
.BgClassName
{
background-color: #DF81EE;
}
</style>
border-color css
<style>
span { border-color: #DF81EE; }
span { border-color: rgb(223,129,238); }
td.TdClassName
{
border-color: #DF81EE;
}
.TagClassName
{
border-color: #DF81EE;
}
</style>