Shades of Violet #DE81E9
Tints of Violet #DE81E9
RGB
CMYK
RGB Variations
Color information
#DE81E9 (or 0xDE81E9) is known color: Violet. HEX triplet: DE, 81 and E9. RGB value is (222,129,233). Sum of RGB (Red+Green+Blue) = 222+129+233=584 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.01% from 584); Green value is 129 (50.78% from 255 or 22.09% from 584); Blue value is 233 (91.41% from 255 or 39.90% from 584); Max value from RGB is 233 - color contains mainly: blue. Hex color #DE81E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE81E9 is #217E16. Grayscale: #A8A8A8. Windows color (decimal): -2194967 or 15303134. OLE color: 15303134.
HSL color Cylindrical-coordinate representation of color #DE81E9: hue angle of 293.65º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DE81E9 is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 129 | 233 | - |
| CMYK | 0.05 | 0.45 | 0 | 0.09 |
| HSL | 293.65º | 0.7% | 0.71% | - |
| HSV(B) | 293.65º | 0.45% | 0.91% | - |
| XYZ | 52.68 | 37.11 | 81.48 | - |
| YUV | 168.66 | 164.31 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 129 | 233 | 0.05 | 0.45 | 0 | 0.09 | 293.65 | 0.7 | 0.71 |
| Hex | DE | 81 | E9 | 5 | 2D | 0 | 9 | 126 | 46 | 47 |
| Octal | 336 | 201 | 351 | 5 | 55 | 0 | 11 | 446 | 106 | 107 |
| Binary | 11011110 | 10000001 | 11101001 | 101 | 101101 | 0 | 1001 | 100100110 | 1000110 | 1000111 |
Color Harmonies of #DE81E9
Complementary color
Monochromatic Colors of #DE81E9
Black with #DE81E9
Text Example
Text Example
White with #DE81E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE81E9; }
p { color: rgb(222,129,233); }
H1.HeaderClassName
{
color: #DE81E9;
}
.AnyTagClassName
{
color: #DE81E9;
}
</style>
background-color css
<style>
a { background-color: #DE81E9; }
a { background-color: rgb(222,129,233); }
div.DivClassName
{
background-color: #DE81E9;
}
.BgClassName
{
background-color: #DE81E9;
}
</style>
border-color css
<style>
span { border-color: #DE81E9; }
span { border-color: rgb(222,129,233); }
td.TdClassName
{
border-color: #DE81E9;
}
.TagClassName
{
border-color: #DE81E9;
}
</style>