#DE93CE

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

Shades of Plum #DE93CE

Tints of Plum #DE93CE

Color information

#DE93CE (or 0xDE93CE) is unknown color: approx Plum. HEX triplet: DE, 93 and CE. RGB value is (222,147,206). Sum of RGB (Red+Green+Blue) = 222+147+206=575 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.61% from 575); Green value is 147 (57.81% from 255 or 25.57% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 222 - color contains mainly: red. Hex color #DE93CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE93CE is #216C31. Grayscale: #AFAFAF. Windows color (decimal): -2190386 or 13538270. OLE color: 13538270.

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

Color convert

RGB222147206-
CMYK00.340.070.13
HSL312.8º53.19%72.35%-
HSV(B)312.8º33.78%87.06%-
XYZ51.740.8563.55-
YUV176.15144.85160.7-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.61%
GREEN value IS 147 (57.81% from 255) = 25.57%
BLUE value IS 206 (80.86% from 255) = 35.83%
R=38.61%
G=25.57%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214720600.340.070.13312.853.1972.35
HexDE93CE0227D1393548
Octal33622331604271547165110
Binary110111101001001111001110010001011111011001110011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE93CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE93CE; }

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

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

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

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

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

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

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

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