#DC93EA

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

Shades of Plum #DC93EA

Tints of Plum #DC93EA

Color information

#DC93EA (or 0xDC93EA) is unknown color: approx Plum. HEX triplet: DC, 93 and EA. RGB value is (220,147,234). Sum of RGB (Red+Green+Blue) = 220+147+234=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 147 (57.81% from 255 or 24.46% from 601); Blue value is 234 (91.80% from 255 or 38.94% from 601); Max value from RGB is 234 - color contains mainly: blue. Hex color #DC93EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC93EA is #236C15. Grayscale: #B2B2B2. Windows color (decimal): -2321430 or 15373276. OLE color: 15373276.

HSL color Cylindrical-coordinate representation of color #DC93EA: hue angle of 290.34º degrees, saturation: 0.67, 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 #DC93EA is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB220147234-
CMYK0.060.3700.08
HSL290.34º67.44%74.71%-
HSV(B)290.34º37.18%91.76%-
XYZ54.842.0283.06-
YUV178.74159.18157.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.61%
GREEN value IS 147 (57.81% from 255) = 24.46%
BLUE value IS 234 (91.80% from 255) = 38.94%
R=36.61%
G=24.46%
B=38.94%

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
Decimal2201472340.060.3700.08290.3467.4474.71
HexDC93EA62508122434b
Octal334223352645010442103113
Binary1101110010010011111010101101001010100010010001010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC93EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC93EA; }

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

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

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

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

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

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

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

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