#DC94EB

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

Shades of Plum #DC94EB

Tints of Plum #DC94EB

Color information

#DC94EB (or 0xDC94EB) is unknown color: approx Plum. HEX triplet: DC, 94 and EB. RGB value is (220,148,235). Sum of RGB (Red+Green+Blue) = 220+148+235=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 148 (58.20% from 255 or 24.54% from 603); Blue value is 235 (92.19% from 255 or 38.97% from 603); Max value from RGB is 235 - color contains mainly: blue. Hex color #DC94EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC94EB is #236B14. Grayscale: #B3B3B3. Windows color (decimal): -2321173 or 15439068. OLE color: 15439068.

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

Color convert

RGB220148235-
CMYK0.060.3700.08
HSL289.66º68.5%75.1%-
HSV(B)289.66º37.02%92.16%-
XYZ55.142.3983.88-
YUV179.45159.35156.93-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.48%
GREEN value IS 148 (58.20% from 255) = 24.54%
BLUE value IS 235 (92.19% from 255) = 38.97%
R=36.48%
G=24.54%
B=38.97%

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
Decimal2201482350.060.3700.08289.6668.575.1
HexDC94EB62508122454b
Octal334224353645010442105113
Binary1101110010010100111010111101001010100010010001010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC94EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC94EB; }

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

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

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

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

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

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

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

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