Shades of Violet #DE7DE8
Tints of Violet #DE7DE8
RGB
CMYK
RGB Variations
Color information
#DE7DE8 (or 0xDE7DE8) is known color: Violet. HEX triplet: DE, 7D and E8. RGB value is (222,125,232). Sum of RGB (Red+Green+Blue) = 222+125+232=579 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.34% from 579); Green value is 125 (49.22% from 255 or 21.59% from 579); Blue value is 232 (91.02% from 255 or 40.07% from 579); Max value from RGB is 232 - color contains mainly: blue. Hex color #DE7DE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE7DE8 is #218217. Grayscale: #A5A5A5. Windows color (decimal): -2195992 or 15236574. OLE color: 15236574.
HSL color Cylindrical-coordinate representation of color #DE7DE8: hue angle of 294.39º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DE7DE8 is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 125 | 232 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.09 |
| HSL | 294.39º | 0.7% | 0.7% | - |
| HSV(B) | 294.39º | 0.46% | 0.91% | - |
| XYZ | 52.02 | 36.02 | 80.56 | - |
| YUV | 166.2 | 165.14 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 125 | 232 | 0.04 | 0.46 | 0 | 0.09 | 294.39 | 0.7 | 0.7 |
| Hex | DE | 7D | E8 | 4 | 2E | 0 | 9 | 126 | 46 | 46 |
| Octal | 336 | 175 | 350 | 4 | 56 | 0 | 11 | 446 | 106 | 106 |
| Binary | 11011110 | 1111101 | 11101000 | 100 | 101110 | 0 | 1001 | 100100110 | 1000110 | 1000110 |
Color Harmonies of #DE7DE8
Complementary color
Monochromatic Colors of #DE7DE8
Black with #DE7DE8
Text Example
Text Example
White with #DE7DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7DE8; }
p { color: rgb(222,125,232); }
H1.HeaderClassName
{
color: #DE7DE8;
}
.AnyTagClassName
{
color: #DE7DE8;
}
</style>
background-color css
<style>
a { background-color: #DE7DE8; }
a { background-color: rgb(222,125,232); }
div.DivClassName
{
background-color: #DE7DE8;
}
.BgClassName
{
background-color: #DE7DE8;
}
</style>
border-color css
<style>
span { border-color: #DE7DE8; }
span { border-color: rgb(222,125,232); }
td.TdClassName
{
border-color: #DE7DE8;
}
.TagClassName
{
border-color: #DE7DE8;
}
</style>