#DE93D0

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

Shades of Plum #DE93D0

Tints of Plum #DE93D0

Color information

#DE93D0 (or 0xDE93D0) is unknown color: approx Plum. HEX triplet: DE, 93 and D0. RGB value is (222,147,208). Sum of RGB (Red+Green+Blue) = 222+147+208=577 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.47% from 577); Green value is 147 (57.81% from 255 or 25.48% from 577); Blue value is 208 (81.64% from 255 or 36.05% from 577); Max value from RGB is 222 - color contains mainly: red. Hex color #DE93D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE93D0 is #216C2F. Grayscale: #B0B0B0. Windows color (decimal): -2190384 or 13669342. OLE color: 13669342.

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

Color convert

RGB222147208-
CMYK00.340.060.13
HSL311.2º53.19%72.35%-
HSV(B)311.2º33.78%87.06%-
XYZ51.9440.9564.84-
YUV176.38145.85160.54-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.47%
GREEN value IS 147 (57.81% from 255) = 25.48%
BLUE value IS 208 (81.64% from 255) = 36.05%
R=38.47%
G=25.48%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214720800.340.060.13311.253.1972.35
HexDE93D00226D1373548
Octal33622332004261546765110
Binary110111101001001111010000010001011011011001101111101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE93D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE93D0; }

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

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

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

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

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

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

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

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