Shades of Violet #DE7BE7
Tints of Violet #DE7BE7
RGB
CMYK
RGB Variations
Color information
#DE7BE7 (or 0xDE7BE7) is known color: Violet. HEX triplet: DE, 7B and E7. RGB value is (222,123,231). Sum of RGB (Red+Green+Blue) = 222+123+231=576 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.54% from 576); Green value is 123 (48.44% from 255 or 21.35% from 576); Blue value is 231 (90.62% from 255 or 40.10% from 576); Max value from RGB is 231 - color contains mainly: blue. Hex color #DE7BE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE7BE7 is #218418. Grayscale: #A4A4A4. Windows color (decimal): -2196505 or 15170526. OLE color: 15170526.
HSL color Cylindrical-coordinate representation of color #DE7BE7: hue angle of 295º degrees, saturation: 0.69, 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 #DE7BE7 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 123 | 231 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.09 |
| HSL | 295º | 0.69% | 0.69% | - |
| HSV(B) | 295º | 0.47% | 0.91% | - |
| XYZ | 51.63 | 35.47 | 79.73 | - |
| YUV | 164.91 | 165.3 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 123 | 231 | 0.04 | 0.47 | 0 | 0.09 | 295 | 0.69 | 0.69 |
| Hex | DE | 7B | E7 | 4 | 2F | 0 | 9 | 127 | 45 | 45 |
| Octal | 336 | 173 | 347 | 4 | 57 | 0 | 11 | 447 | 105 | 105 |
| Binary | 11011110 | 1111011 | 11100111 | 100 | 101111 | 0 | 1001 | 100100111 | 1000101 | 1000101 |
Color Harmonies of #DE7BE7
Complementary color
Monochromatic Colors of #DE7BE7
Black with #DE7BE7
Text Example
Text Example
White with #DE7BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7BE7; }
p { color: rgb(222,123,231); }
H1.HeaderClassName
{
color: #DE7BE7;
}
.AnyTagClassName
{
color: #DE7BE7;
}
</style>
background-color css
<style>
a { background-color: #DE7BE7; }
a { background-color: rgb(222,123,231); }
div.DivClassName
{
background-color: #DE7BE7;
}
.BgClassName
{
background-color: #DE7BE7;
}
</style>
border-color css
<style>
span { border-color: #DE7BE7; }
span { border-color: rgb(222,123,231); }
td.TdClassName
{
border-color: #DE7BE7;
}
.TagClassName
{
border-color: #DE7BE7;
}
</style>