Shades of Violet #DE81EC
Tints of Violet #DE81EC
RGB
CMYK
RGB Variations
Color information
#DE81EC (or 0xDE81EC) is known color: Violet. HEX triplet: DE, 81 and EC. RGB value is (222,129,236). Sum of RGB (Red+Green+Blue) = 222+129+236=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 129 (50.78% from 255 or 21.98% from 587); Blue value is 236 (92.58% from 255 or 40.20% from 587); Max value from RGB is 236 - color contains mainly: blue. Hex color #DE81EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE81EC is #217E13. Grayscale: #A8A8A8. Windows color (decimal): -2194964 or 15499742. OLE color: 15499742.
HSL color Cylindrical-coordinate representation of color #DE81EC: hue angle of 292.15º 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 #DE81EC is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 129 | 236 | - |
| CMYK | 0.06 | 0.45 | 0 | 0.07 |
| HSL | 292.15º | 0.74% | 0.72% | - |
| HSV(B) | 292.15º | 0.45% | 0.93% | - |
| XYZ | 53.11 | 37.29 | 83.75 | - |
| YUV | 169.01 | 165.81 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 129 | 236 | 0.06 | 0.45 | 0 | 0.07 | 292.15 | 0.74 | 0.72 |
| Hex | DE | 81 | EC | 6 | 2D | 0 | 7 | 124 | 4A | 48 |
| Octal | 336 | 201 | 354 | 6 | 55 | 0 | 7 | 444 | 112 | 110 |
| Binary | 11011110 | 10000001 | 11101100 | 110 | 101101 | 0 | 111 | 100100100 | 1001010 | 1001000 |
Color Harmonies of #DE81EC
Complementary color
Monochromatic Colors of #DE81EC
Black with #DE81EC
Text Example
Text Example
White with #DE81EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE81EC; }
p { color: rgb(222,129,236); }
H1.HeaderClassName
{
color: #DE81EC;
}
.AnyTagClassName
{
color: #DE81EC;
}
</style>
background-color css
<style>
a { background-color: #DE81EC; }
a { background-color: rgb(222,129,236); }
div.DivClassName
{
background-color: #DE81EC;
}
.BgClassName
{
background-color: #DE81EC;
}
</style>
border-color css
<style>
span { border-color: #DE81EC; }
span { border-color: rgb(222,129,236); }
td.TdClassName
{
border-color: #DE81EC;
}
.TagClassName
{
border-color: #DE81EC;
}
</style>