Shades of Violet #DE7BE5
Tints of Violet #DE7BE5
RGB
CMYK
RGB Variations
Color information
#DE7BE5 (or 0xDE7BE5) is known color: Violet. HEX triplet: DE, 7B and E5. RGB value is (222,123,229). Sum of RGB (Red+Green+Blue) = 222+123+229=574 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.68% from 574); Green value is 123 (48.44% from 255 or 21.43% from 574); Blue value is 229 (89.84% from 255 or 39.90% from 574); Max value from RGB is 229 - color contains mainly: blue. Hex color #DE7BE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7BE5 is #21841A. Grayscale: #A4A4A4. Windows color (decimal): -2196507 or 15039454. OLE color: 15039454.
HSL color Cylindrical-coordinate representation of color #DE7BE5: hue angle of 296.04º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DE7BE5 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 123 | 229 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.10 |
| HSL | 296.04º | 0.67% | 0.69% | - |
| HSV(B) | 296.04º | 0.46% | 0.9% | - |
| XYZ | 51.35 | 35.35 | 78.25 | - |
| YUV | 164.69 | 164.3 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 123 | 229 | 0.03 | 0.46 | 0 | 0.10 | 296.04 | 0.67 | 0.69 |
| Hex | DE | 7B | E5 | 3 | 2E | 0 | A | 128 | 43 | 45 |
| Octal | 336 | 173 | 345 | 3 | 56 | 0 | 12 | 450 | 103 | 105 |
| Binary | 11011110 | 1111011 | 11100101 | 11 | 101110 | 0 | 1010 | 100101000 | 1000011 | 1000101 |
Color Harmonies of #DE7BE5
Complementary color
Monochromatic Colors of #DE7BE5
Black with #DE7BE5
Text Example
Text Example
White with #DE7BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7BE5; }
p { color: rgb(222,123,229); }
H1.HeaderClassName
{
color: #DE7BE5;
}
.AnyTagClassName
{
color: #DE7BE5;
}
</style>
background-color css
<style>
a { background-color: #DE7BE5; }
a { background-color: rgb(222,123,229); }
div.DivClassName
{
background-color: #DE7BE5;
}
.BgClassName
{
background-color: #DE7BE5;
}
</style>
border-color css
<style>
span { border-color: #DE7BE5; }
span { border-color: rgb(222,123,229); }
td.TdClassName
{
border-color: #DE7BE5;
}
.TagClassName
{
border-color: #DE7BE5;
}
</style>