#DE93D4

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

Shades of Plum #DE93D4

Tints of Plum #DE93D4

Color information

#DE93D4 (or 0xDE93D4) is unknown color: approx Plum. HEX triplet: DE, 93 and D4. RGB value is (222,147,212). Sum of RGB (Red+Green+Blue) = 222+147+212=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 147 (57.81% from 255 or 25.30% from 581); Blue value is 212 (83.20% from 255 or 36.49% from 581); Max value from RGB is 222 - color contains mainly: red. Hex color #DE93D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE93D4 is #216C2B. Grayscale: #B0B0B0. Windows color (decimal): -2190380 or 13931486. OLE color: 13931486.

HSL color Cylindrical-coordinate representation of color #DE93D4: hue angle of 308º 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 #DE93D4 is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB222147212-
CMYK00.340.050.13
HSL308º53.19%72.35%-
HSV(B)308º33.78%87.06%-
XYZ52.4441.1567.47-
YUV176.84147.85160.21-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.21%
GREEN value IS 147 (57.81% from 255) = 25.30%
BLUE value IS 212 (83.20% from 255) = 36.49%
R=38.21%
G=25.30%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214721200.340.050.1330853.1972.35
HexDE93D40225D1343548
Octal33622332404251546465110
Binary110111101001001111010100010001010111011001101001101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE93D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE93D4; }

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

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

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

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

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

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

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

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