Shades of Violet #DE8BE6
Tints of Violet #DE8BE6
RGB
CMYK
RGB Variations
Color information
#DE8BE6 (or 0xDE8BE6) is known color: Violet. HEX triplet: DE, 8B and E6. RGB value is (222,139,230). Sum of RGB (Red+Green+Blue) = 222+139+230=591 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.56% from 591); Green value is 139 (54.69% from 255 or 23.52% from 591); Blue value is 230 (90.23% from 255 or 38.92% from 591); Max value from RGB is 230 - color contains mainly: blue. Hex color #DE8BE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE8BE6 is #217419. Grayscale: #ADADAD. Windows color (decimal): -2192410 or 15109086. OLE color: 15109086.
HSL color Cylindrical-coordinate representation of color #DE8BE6: hue angle of 294.73º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DE8BE6 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 139 | 230 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.10 |
| HSL | 294.73º | 0.65% | 0.72% | - |
| HSV(B) | 294.73º | 0.4% | 0.9% | - |
| XYZ | 53.64 | 39.71 | 79.7 | - |
| YUV | 174.19 | 159.5 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 139 | 230 | 0.03 | 0.40 | 0 | 0.10 | 294.73 | 0.65 | 0.72 |
| Hex | DE | 8B | E6 | 3 | 28 | 0 | A | 127 | 41 | 48 |
| Octal | 336 | 213 | 346 | 3 | 50 | 0 | 12 | 447 | 101 | 110 |
| Binary | 11011110 | 10001011 | 11100110 | 11 | 101000 | 0 | 1010 | 100100111 | 1000001 | 1001000 |
Color Harmonies of #DE8BE6
Complementary color
Monochromatic Colors of #DE8BE6
Black with #DE8BE6
Text Example
Text Example
White with #DE8BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8BE6; }
p { color: rgb(222,139,230); }
H1.HeaderClassName
{
color: #DE8BE6;
}
.AnyTagClassName
{
color: #DE8BE6;
}
</style>
background-color css
<style>
a { background-color: #DE8BE6; }
a { background-color: rgb(222,139,230); }
div.DivClassName
{
background-color: #DE8BE6;
}
.BgClassName
{
background-color: #DE8BE6;
}
</style>
border-color css
<style>
span { border-color: #DE8BE6; }
span { border-color: rgb(222,139,230); }
td.TdClassName
{
border-color: #DE8BE6;
}
.TagClassName
{
border-color: #DE8BE6;
}
</style>