Shades of Violet #DE81ED
Tints of Violet #DE81ED
RGB
CMYK
RGB Variations
Color information
#DE81ED (or 0xDE81ED) is known color: Violet. HEX triplet: DE, 81 and ED. RGB value is (222,129,237). Sum of RGB (Red+Green+Blue) = 222+129+237=588 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.76% from 588); Green value is 129 (50.78% from 255 or 21.94% from 588); Blue value is 237 (92.97% from 255 or 40.31% from 588); Max value from RGB is 237 - color contains mainly: blue. Hex color #DE81ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE81ED is #217E12. Grayscale: #A8A8A8. Windows color (decimal): -2194963 or 15565278. OLE color: 15565278.
HSL color Cylindrical-coordinate representation of color #DE81ED: hue angle of 291.67º degrees, saturation: 0.75, 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 #DE81ED is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 129 | 237 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.07 |
| HSL | 291.67º | 0.75% | 0.72% | - |
| HSV(B) | 291.67º | 0.46% | 0.93% | - |
| XYZ | 53.26 | 37.34 | 84.52 | - |
| YUV | 169.12 | 166.31 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 129 | 237 | 0.06 | 0.46 | 0 | 0.07 | 291.67 | 0.75 | 0.72 |
| Hex | DE | 81 | ED | 6 | 2E | 0 | 7 | 124 | 4B | 48 |
| Octal | 336 | 201 | 355 | 6 | 56 | 0 | 7 | 444 | 113 | 110 |
| Binary | 11011110 | 10000001 | 11101101 | 110 | 101110 | 0 | 111 | 100100100 | 1001011 | 1001000 |
Color Harmonies of #DE81ED
Complementary color
Monochromatic Colors of #DE81ED
Black with #DE81ED
Text Example
Text Example
White with #DE81ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE81ED; }
p { color: rgb(222,129,237); }
H1.HeaderClassName
{
color: #DE81ED;
}
.AnyTagClassName
{
color: #DE81ED;
}
</style>
background-color css
<style>
a { background-color: #DE81ED; }
a { background-color: rgb(222,129,237); }
div.DivClassName
{
background-color: #DE81ED;
}
.BgClassName
{
background-color: #DE81ED;
}
</style>
border-color css
<style>
span { border-color: #DE81ED; }
span { border-color: rgb(222,129,237); }
td.TdClassName
{
border-color: #DE81ED;
}
.TagClassName
{
border-color: #DE81ED;
}
</style>