#DE93DE

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

Shades of Plum #DE93DE

Tints of Plum #DE93DE

Color information

#DE93DE (or 0xDE93DE) is unknown color: approx Plum. HEX triplet: DE, 93 and DE. RGB value is (222,147,222). Sum of RGB (Red+Green+Blue) = 222+147+222=591 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.56% from 591); Green value is 147 (57.81% from 255 or 24.87% from 591); Blue value is 222 (87.11% from 255 or 37.56% from 591); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DE93DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE93DE is #216C21. Grayscale: #B1B1B1. Windows color (decimal): -2190370 or 14586846. OLE color: 14586846.

HSL color Cylindrical-coordinate representation of color #DE93DE: hue angle of 300º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DE93DE is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB222147222-
CMYK00.3400.13
HSL300º53.19%72.35%-
HSV(B)300º33.78%87.06%-
XYZ53.7441.6774.32-
YUV177.98152.85159.4-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.56%
GREEN value IS 147 (57.81% from 255) = 24.87%
BLUE value IS 222 (87.11% from 255) = 37.56%
R=37.56%
G=24.87%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214722200.3400.1330053.1972.35
HexDE93DE0220D12c3548
Octal33622333604201545465110
Binary1101111010010011110111100100010011011001011001101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE93DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE93DE; }

 p { color: rgb(222,147,222); }

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

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

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

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

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

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

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