#DC91E8

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

Shades of Plum #DC91E8

Tints of Plum #DC91E8

Color information

#DC91E8 (or 0xDC91E8) is unknown color: approx Plum. HEX triplet: DC, 91 and E8. RGB value is (220,145,232). Sum of RGB (Red+Green+Blue) = 220+145+232=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 145 (57.03% from 255 or 24.29% from 597); Blue value is 232 (91.02% from 255 or 38.86% from 597); Max value from RGB is 232 - color contains mainly: blue. Hex color #DC91E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC91E8 is #236E17. Grayscale: #B1B1B1. Windows color (decimal): -2321944 or 15241692. OLE color: 15241692.

HSL color Cylindrical-coordinate representation of color #DC91E8: hue angle of 291.72º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC91E8 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB220145232-
CMYK0.050.3800.09
HSL291.72º65.41%73.92%-
HSV(B)291.72º37.5%90.98%-
XYZ54.2141.2981.46-
YUV177.34158.85158.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.85%
GREEN value IS 145 (57.03% from 255) = 24.29%
BLUE value IS 232 (91.02% from 255) = 38.86%
R=36.85%
G=24.29%
B=38.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2201452320.050.3800.09291.7265.4173.92
HexDC91E852609124414a
Octal334221350546011444101112
Binary1101110010010001111010001011001100100110010010010000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC91E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC91E8; }

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

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

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

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

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

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

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

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