Shades of Violet #DF81E5
Tints of Violet #DF81E5
RGB
CMYK
RGB Variations
Color information
#DF81E5 (or 0xDF81E5) is known color: Violet. HEX triplet: DF, 81 and E5. RGB value is (223,129,229). Sum of RGB (Red+Green+Blue) = 223+129+229=581 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.38% from 581); Green value is 129 (50.78% from 255 or 22.20% from 581); Blue value is 229 (89.84% from 255 or 39.41% from 581); Max value from RGB is 229 - color contains mainly: blue. Hex color #DF81E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF81E5 is #207E1A. Grayscale: #A8A8A8. Windows color (decimal): -2129435 or 15040991. OLE color: 15040991.
HSL color Cylindrical-coordinate representation of color #DF81E5: hue angle of 296.4º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DF81E5 is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 129 | 229 | - |
| CMYK | 0.03 | 0.44 | 0 | 0.10 |
| HSL | 296.4º | 0.66% | 0.7% | - |
| HSV(B) | 296.4º | 0.44% | 0.9% | - |
| XYZ | 52.42 | 37.05 | 78.52 | - |
| YUV | 168.51 | 162.14 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 129 | 229 | 0.03 | 0.44 | 0 | 0.10 | 296.4 | 0.66 | 0.7 |
| Hex | DF | 81 | E5 | 3 | 2C | 0 | A | 128 | 42 | 46 |
| Octal | 337 | 201 | 345 | 3 | 54 | 0 | 12 | 450 | 102 | 106 |
| Binary | 11011111 | 10000001 | 11100101 | 11 | 101100 | 0 | 1010 | 100101000 | 1000010 | 1000110 |
Color Harmonies of #DF81E5
Complementary color
Monochromatic Colors of #DF81E5
Black with #DF81E5
Text Example
Text Example
White with #DF81E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF81E5; }
p { color: rgb(223,129,229); }
H1.HeaderClassName
{
color: #DF81E5;
}
.AnyTagClassName
{
color: #DF81E5;
}
</style>
background-color css
<style>
a { background-color: #DF81E5; }
a { background-color: rgb(223,129,229); }
div.DivClassName
{
background-color: #DF81E5;
}
.BgClassName
{
background-color: #DF81E5;
}
</style>
border-color css
<style>
span { border-color: #DF81E5; }
span { border-color: rgb(223,129,229); }
td.TdClassName
{
border-color: #DF81E5;
}
.TagClassName
{
border-color: #DF81E5;
}
</style>