#DC91E5

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

Shades of Plum #DC91E5

Tints of Plum #DC91E5

Color information

#DC91E5 (or 0xDC91E5) is unknown color: approx Plum. HEX triplet: DC, 91 and E5. RGB value is (220,145,229). Sum of RGB (Red+Green+Blue) = 220+145+229=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 145 (57.03% from 255 or 24.41% from 594); Blue value is 229 (89.84% from 255 or 38.55% from 594); Max value from RGB is 229 - color contains mainly: blue. Hex color #DC91E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC91E5 is #236E1A. Grayscale: #B0B0B0. Windows color (decimal): -2321947 or 15045084. OLE color: 15045084.

HSL color Cylindrical-coordinate representation of color #DC91E5: hue angle of 293.57º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC91E5 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB220145229-
CMYK0.040.3700.10
HSL293.57º61.76%73.33%-
HSV(B)293.57º36.68%89.8%-
XYZ53.7841.1279.23-
YUV177157.35158.67-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.04%
GREEN value IS 145 (57.03% from 255) = 24.41%
BLUE value IS 229 (89.84% from 255) = 38.55%
R=37.04%
G=24.41%
B=38.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2201452290.040.3700.10293.5761.7673.33
HexDC91E54250A1263e49
Octal33422134544501244676111
Binary110111001001000111100101100100101010101001001101111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC91E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC91E5; }

 p { color: rgb(220,145,229); }

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

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

 a { background-color: rgb(220,145,229); }

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

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

 span { border-color: rgb(220,145,229); }

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