#DE8BED

Color #DE8BED Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet #DE8BED

Tints of Violet #DE8BED

Color information

#DE8BED (or 0xDE8BED) is unknown color: approx Violet. HEX triplet: DE, 8B and ED. RGB value is (222,139,237). Sum of RGB (Red+Green+Blue) = 222+139+237=598 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.12% from 598); Green value is 139 (54.69% from 255 or 23.24% from 598); Blue value is 237 (92.97% from 255 or 39.63% from 598); Max value from RGB is 237 - color contains mainly: blue. Hex color #DE8BED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE8BED is #217412. Grayscale: #AEAEAE. Windows color (decimal): -2192403 or 15567838. OLE color: 15567838.

HSL color Cylindrical-coordinate representation of color #DE8BED: hue angle of 290.82º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DE8BED is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB222139237-
CMYK0.060.4100.07
HSL290.82º73.13%73.73%-
HSV(B)290.82º41.35%92.94%-
XYZ54.6440.1184.98-
YUV174.99163161.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 37.12%
GREEN value IS 139 (54.69% from 255) = 23.24%
BLUE value IS 237 (92.97% from 255) = 39.63%
R=37.12%
G=23.24%
B=39.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2221392370.060.4100.07290.8273.1373.73
HexDE8BED62907123494a
Octal33621335565107443111112
Binary110111101000101111101101110101001011110010001110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8BED; }

 p { color: rgb(222,139,237); }

 H1.HeaderClassName
 {
   color: #DE8BED;
 }
 .AnyTagClassName
 {
   color: #DE8BED;
 }
</style>
background-color css

<style>
 a { background-color: #DE8BED; }

 a { background-color: rgb(222,139,237); }

 div.DivClassName
 {
   background-color: #DE8BED;
 }
 .BgClassName
 {
   background-color: #DE8BED;
 }
</style>
border-color css

<style>
 span { border-color: #DE8BED; }

 span { border-color: rgb(222,139,237); }

 td.TdClassName
 {
   border-color: #DE8BED;
 }
 .TagClassName
 {
   border-color: #DE8BED;
 }
</style>