#DC93EB

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

Shades of Plum #DC93EB

Tints of Plum #DC93EB

Color information

#DC93EB (or 0xDC93EB) is unknown color: approx Plum. HEX triplet: DC, 93 and EB. RGB value is (220,147,235). Sum of RGB (Red+Green+Blue) = 220+147+235=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 147 (57.81% from 255 or 24.42% from 602); Blue value is 235 (92.19% from 255 or 39.04% from 602); Max value from RGB is 235 - color contains mainly: blue. Hex color #DC93EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC93EB is #236C14. Grayscale: #B2B2B2. Windows color (decimal): -2321429 or 15438812. OLE color: 15438812.

HSL color Cylindrical-coordinate representation of color #DC93EB: hue angle of 289.77º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC93EB is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB220147235-
CMYK0.060.3700.08
HSL289.77º68.75%74.9%-
HSV(B)289.77º37.45%92.16%-
XYZ54.9442.0883.82-
YUV178.86159.68157.34-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.54%
GREEN value IS 147 (57.81% from 255) = 24.42%
BLUE value IS 235 (92.19% from 255) = 39.04%
R=36.54%
G=24.42%
B=39.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2201472350.060.3700.08289.7768.7574.9
HexDC93EB62508122454b
Octal334223353645010442105113
Binary1101110010010011111010111101001010100010010001010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC93EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC93EB; }

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

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

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

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

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

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

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

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