#DE93DA

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

Shades of Plum #DE93DA

Tints of Plum #DE93DA

Color information

#DE93DA (or 0xDE93DA) is unknown color: approx Plum. HEX triplet: DE, 93 and DA. RGB value is (222,147,218). Sum of RGB (Red+Green+Blue) = 222+147+218=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 147 (57.81% from 255 or 25.04% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 222 - color contains mainly: red. Hex color #DE93DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE93DA is #216C25. Grayscale: #B1B1B1. Windows color (decimal): -2190374 or 14324702. OLE color: 14324702.

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

Color convert

RGB222147218-
CMYK00.340.020.13
HSL303.2º53.19%72.35%-
HSV(B)303.2º33.78%87.06%-
XYZ53.2141.4671.53-
YUV177.52150.85159.73-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.82%
GREEN value IS 147 (57.81% from 255) = 25.04%
BLUE value IS 218 (85.55% from 255) = 37.14%
R=37.82%
G=25.04%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214721800.340.020.13303.253.1972.35
HexDE93DA0222D12f3548
Octal33622333204221545765110
Binary11011110100100111101101001000101011011001011111101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE93DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE93DA; }

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

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

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

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

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

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

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

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