Shades of Violet #DE89EA
Tints of Violet #DE89EA
RGB
CMYK
RGB Variations
Color information
#DE89EA (or 0xDE89EA) is known color: Violet. HEX triplet: DE, 89 and EA. RGB value is (222,137,234). Sum of RGB (Red+Green+Blue) = 222+137+234=593 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.44% from 593); Green value is 137 (53.91% from 255 or 23.10% from 593); Blue value is 234 (91.80% from 255 or 39.46% from 593); Max value from RGB is 234 - color contains mainly: blue. Hex color #DE89EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE89EA is #217615. Grayscale: #ADADAD. Windows color (decimal): -2192918 or 15370718. OLE color: 15370718.
HSL color Cylindrical-coordinate representation of color #DE89EA: hue angle of 292.58º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DE89EA is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 137 | 234 | - |
| CMYK | 0.05 | 0.41 | 0 | 0.08 |
| HSL | 292.58º | 0.7% | 0.73% | - |
| HSV(B) | 292.58º | 0.41% | 0.92% | - |
| XYZ | 53.92 | 39.36 | 82.6 | - |
| YUV | 173.47 | 162.16 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 137 | 234 | 0.05 | 0.41 | 0 | 0.08 | 292.58 | 0.7 | 0.73 |
| Hex | DE | 89 | EA | 5 | 29 | 0 | 8 | 125 | 46 | 49 |
| Octal | 336 | 211 | 352 | 5 | 51 | 0 | 10 | 445 | 106 | 111 |
| Binary | 11011110 | 10001001 | 11101010 | 101 | 101001 | 0 | 1000 | 100100101 | 1000110 | 1001001 |
Color Harmonies of #DE89EA
Complementary color
Monochromatic Colors of #DE89EA
Black with #DE89EA
Text Example
Text Example
White with #DE89EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE89EA; }
p { color: rgb(222,137,234); }
H1.HeaderClassName
{
color: #DE89EA;
}
.AnyTagClassName
{
color: #DE89EA;
}
</style>
background-color css
<style>
a { background-color: #DE89EA; }
a { background-color: rgb(222,137,234); }
div.DivClassName
{
background-color: #DE89EA;
}
.BgClassName
{
background-color: #DE89EA;
}
</style>
border-color css
<style>
span { border-color: #DE89EA; }
span { border-color: rgb(222,137,234); }
td.TdClassName
{
border-color: #DE89EA;
}
.TagClassName
{
border-color: #DE89EA;
}
</style>