Shades of Violet #DE8CEB
Tints of Violet #DE8CEB
RGB
CMYK
RGB Variations
Color information
#DE8CEB (or 0xDE8CEB) is known color: Violet. HEX triplet: DE, 8C and EB. RGB value is (222,140,235). Sum of RGB (Red+Green+Blue) = 222+140+235=597 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.19% from 597); Green value is 140 (55.08% from 255 or 23.45% from 597); Blue value is 235 (92.19% from 255 or 39.36% from 597); Max value from RGB is 235 - color contains mainly: blue. Hex color #DE8CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE8CEB is #217314. Grayscale: #AFAFAF. Windows color (decimal): -2192149 or 15437022. OLE color: 15437022.
HSL color Cylindrical-coordinate representation of color #DE8CEB: hue angle of 291.79º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DE8CEB is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 140 | 235 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.08 |
| HSL | 291.79º | 0.7% | 0.74% | - |
| HSV(B) | 291.79º | 0.4% | 0.92% | - |
| XYZ | 54.5 | 40.28 | 83.5 | - |
| YUV | 175.35 | 161.67 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 140 | 235 | 0.06 | 0.40 | 0 | 0.08 | 291.79 | 0.7 | 0.74 |
| Hex | DE | 8C | EB | 6 | 28 | 0 | 8 | 124 | 46 | 4A |
| Octal | 336 | 214 | 353 | 6 | 50 | 0 | 10 | 444 | 106 | 112 |
| Binary | 11011110 | 10001100 | 11101011 | 110 | 101000 | 0 | 1000 | 100100100 | 1000110 | 1001010 |
Color Harmonies of #DE8CEB
Complementary color
Monochromatic Colors of #DE8CEB
Black with #DE8CEB
Text Example
Text Example
White with #DE8CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8CEB; }
p { color: rgb(222,140,235); }
H1.HeaderClassName
{
color: #DE8CEB;
}
.AnyTagClassName
{
color: #DE8CEB;
}
</style>
background-color css
<style>
a { background-color: #DE8CEB; }
a { background-color: rgb(222,140,235); }
div.DivClassName
{
background-color: #DE8CEB;
}
.BgClassName
{
background-color: #DE8CEB;
}
</style>
border-color css
<style>
span { border-color: #DE8CEB; }
span { border-color: rgb(222,140,235); }
td.TdClassName
{
border-color: #DE8CEB;
}
.TagClassName
{
border-color: #DE8CEB;
}
</style>