Shades of Violet #DE77EA
Tints of Violet #DE77EA
RGB
CMYK
RGB Variations
Color information
#DE77EA (or 0xDE77EA) is known color: Violet. HEX triplet: DE, 77 and EA. RGB value is (222,119,234). Sum of RGB (Red+Green+Blue) = 222+119+234=575 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.61% from 575); Green value is 119 (46.88% from 255 or 20.70% from 575); Blue value is 234 (91.80% from 255 or 40.70% from 575); Max value from RGB is 234 - color contains mainly: blue. Hex color #DE77EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE77EA is #218815. Grayscale: #A2A2A2. Windows color (decimal): -2197526 or 15366110. OLE color: 15366110.
HSL color Cylindrical-coordinate representation of color #DE77EA: hue angle of 293.74º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DE77EA is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 119 | 234 | - |
| CMYK | 0.05 | 0.49 | 0 | 0.08 |
| HSL | 293.74º | 0.73% | 0.69% | - |
| HSV(B) | 293.74º | 0.49% | 0.92% | - |
| XYZ | 51.57 | 34.66 | 81.81 | - |
| YUV | 162.91 | 168.12 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 119 | 234 | 0.05 | 0.49 | 0 | 0.08 | 293.74 | 0.73 | 0.69 |
| Hex | DE | 77 | EA | 5 | 31 | 0 | 8 | 126 | 49 | 45 |
| Octal | 336 | 167 | 352 | 5 | 61 | 0 | 10 | 446 | 111 | 105 |
| Binary | 11011110 | 1110111 | 11101010 | 101 | 110001 | 0 | 1000 | 100100110 | 1001001 | 1000101 |
Color Harmonies of #DE77EA
Complementary color
Monochromatic Colors of #DE77EA
Black with #DE77EA
Text Example
Text Example
White with #DE77EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE77EA; }
p { color: rgb(222,119,234); }
H1.HeaderClassName
{
color: #DE77EA;
}
.AnyTagClassName
{
color: #DE77EA;
}
</style>
background-color css
<style>
a { background-color: #DE77EA; }
a { background-color: rgb(222,119,234); }
div.DivClassName
{
background-color: #DE77EA;
}
.BgClassName
{
background-color: #DE77EA;
}
</style>
border-color css
<style>
span { border-color: #DE77EA; }
span { border-color: rgb(222,119,234); }
td.TdClassName
{
border-color: #DE77EA;
}
.TagClassName
{
border-color: #DE77EA;
}
</style>