#DC91E6

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

Shades of Plum #DC91E6

Tints of Plum #DC91E6

Color information

#DC91E6 (or 0xDC91E6) is unknown color: approx Plum. HEX triplet: DC, 91 and E6. RGB value is (220,145,230). Sum of RGB (Red+Green+Blue) = 220+145+230=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 145 (57.03% from 255 or 24.37% from 595); Blue value is 230 (90.23% from 255 or 38.66% from 595); Max value from RGB is 230 - color contains mainly: blue. Hex color #DC91E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC91E6 is #236E19. Grayscale: #B0B0B0. Windows color (decimal): -2321946 or 15110620. OLE color: 15110620.

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

Color convert

RGB220145230-
CMYK0.040.3700.10
HSL292.94º62.96%73.53%-
HSV(B)292.94º36.96%90.2%-
XYZ53.9241.1879.97-
YUV177.11157.85158.59-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.97%
GREEN value IS 145 (57.03% from 255) = 24.37%
BLUE value IS 230 (90.23% from 255) = 38.66%
R=36.97%
G=24.37%
B=38.66%

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
Decimal2201452300.040.3700.10292.9462.9673.53
HexDC91E64250A1253f4a
Octal33422134644501244577112
Binary110111001001000111100110100100101010101001001011111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC91E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC91E6; }

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

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

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

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

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

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

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

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