#DE93CC

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

Shades of Plum #DE93CC

Tints of Plum #DE93CC

Color information

#DE93CC (or 0xDE93CC) is unknown color: approx Plum. HEX triplet: DE, 93 and CC. RGB value is (222,147,204). Sum of RGB (Red+Green+Blue) = 222+147+204=573 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.74% from 573); Green value is 147 (57.81% from 255 or 25.65% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 222 - color contains mainly: red. Hex color #DE93CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE93CC is #216C33. Grayscale: #AFAFAF. Windows color (decimal): -2190388 or 13407198. OLE color: 13407198.

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

Color convert

RGB222147204-
CMYK00.340.080.13
HSL314.4º53.19%72.35%-
HSV(B)314.4º33.78%87.06%-
XYZ51.4640.7662.28-
YUV175.92143.85160.87-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.74%
GREEN value IS 147 (57.81% from 255) = 25.65%
BLUE value IS 204 (80.08% from 255) = 35.60%
R=38.74%
G=25.65%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214720400.340.080.13314.453.1972.35
HexDE93CC0228D13a3548
Octal336223314042101547265110
Binary1101111010010011110011000100010100011011001110101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE93CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE93CC; }

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

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

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

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

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

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

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

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