#DE93CD

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

Shades of Plum #DE93CD

Tints of Plum #DE93CD

Color information

#DE93CD (or 0xDE93CD) is unknown color: approx Plum. HEX triplet: DE, 93 and CD. RGB value is (222,147,205). Sum of RGB (Red+Green+Blue) = 222+147+205=574 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.68% from 574); Green value is 147 (57.81% from 255 or 25.61% from 574); Blue value is 205 (80.47% from 255 or 35.71% from 574); Max value from RGB is 222 - color contains mainly: red. Hex color #DE93CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE93CD is #216C32. Grayscale: #AFAFAF. Windows color (decimal): -2190387 or 13472734. OLE color: 13472734.

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

Color convert

RGB222147205-
CMYK00.340.080.13
HSL313.6º53.19%72.35%-
HSV(B)313.6º33.78%87.06%-
XYZ51.5840.862.92-
YUV176.04144.35160.78-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.68%
GREEN value IS 147 (57.81% from 255) = 25.61%
BLUE value IS 205 (80.47% from 255) = 35.71%
R=38.68%
G=25.61%
B=35.71%

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
Decimal22214720500.340.080.13313.653.1972.35
HexDE93CD0228D13a3548
Octal336223315042101547265110
Binary1101111010010011110011010100010100011011001110101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE93CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE93CD; }

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

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

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

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

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

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

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

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