Shades of Violet #DE7AE8
Tints of Violet #DE7AE8
RGB
CMYK
RGB Variations
Color information
#DE7AE8 (or 0xDE7AE8) is known color: Violet. HEX triplet: DE, 7A and E8. RGB value is (222,122,232). Sum of RGB (Red+Green+Blue) = 222+122+232=576 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.54% from 576); Green value is 122 (48.05% from 255 or 21.18% from 576); Blue value is 232 (91.02% from 255 or 40.28% from 576); Max value from RGB is 232 - color contains mainly: blue. Hex color #DE7AE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE7AE8 is #218517. Grayscale: #A4A4A4. Windows color (decimal): -2196760 or 15235806. OLE color: 15235806.
HSL color Cylindrical-coordinate representation of color #DE7AE8: hue angle of 294.55º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DE7AE8 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 122 | 232 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.09 |
| HSL | 294.55º | 0.71% | 0.69% | - |
| HSV(B) | 294.55º | 0.47% | 0.91% | - |
| XYZ | 51.65 | 35.27 | 80.43 | - |
| YUV | 164.44 | 166.13 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 122 | 232 | 0.04 | 0.47 | 0 | 0.09 | 294.55 | 0.71 | 0.69 |
| Hex | DE | 7A | E8 | 4 | 2F | 0 | 9 | 127 | 47 | 45 |
| Octal | 336 | 172 | 350 | 4 | 57 | 0 | 11 | 447 | 107 | 105 |
| Binary | 11011110 | 1111010 | 11101000 | 100 | 101111 | 0 | 1001 | 100100111 | 1000111 | 1000101 |
Color Harmonies of #DE7AE8
Complementary color
Monochromatic Colors of #DE7AE8
Black with #DE7AE8
Text Example
Text Example
White with #DE7AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7AE8; }
p { color: rgb(222,122,232); }
H1.HeaderClassName
{
color: #DE7AE8;
}
.AnyTagClassName
{
color: #DE7AE8;
}
</style>
background-color css
<style>
a { background-color: #DE7AE8; }
a { background-color: rgb(222,122,232); }
div.DivClassName
{
background-color: #DE7AE8;
}
.BgClassName
{
background-color: #DE7AE8;
}
</style>
border-color css
<style>
span { border-color: #DE7AE8; }
span { border-color: rgb(222,122,232); }
td.TdClassName
{
border-color: #DE7AE8;
}
.TagClassName
{
border-color: #DE7AE8;
}
</style>