#DE93DC

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

Shades of Plum #DE93DC

Tints of Plum #DE93DC

Color information

#DE93DC (or 0xDE93DC) is unknown color: approx Plum. HEX triplet: DE, 93 and DC. RGB value is (222,147,220). Sum of RGB (Red+Green+Blue) = 222+147+220=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 147 (57.81% from 255 or 24.96% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 222 - color contains mainly: red. Hex color #DE93DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE93DC is #216C23. Grayscale: #B1B1B1. Windows color (decimal): -2190372 or 14455774. OLE color: 14455774.

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

Color convert

RGB222147220-
CMYK00.340.010.13
HSL301.6º53.19%72.35%-
HSV(B)301.6º33.78%87.06%-
XYZ53.4841.5672.91-
YUV177.75151.85159.56-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.69%
GREEN value IS 147 (57.81% from 255) = 24.96%
BLUE value IS 220 (86.33% from 255) = 37.35%
R=37.69%
G=24.96%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214722000.340.010.13301.653.1972.35
HexDE93DC0221D12e3548
Octal33622333404211545665110
Binary1101111010010011110111000100010111011001011101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE93DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE93DC; }

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

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

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

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

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

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

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

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