#DD91E9

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

Shades of Plum #DD91E9

Tints of Plum #DD91E9

Color information

#DD91E9 (or 0xDD91E9) is unknown color: approx Plum. HEX triplet: DD, 91 and E9. RGB value is (221,145,233). Sum of RGB (Red+Green+Blue) = 221+145+233=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 145 (57.03% from 255 or 24.21% from 599); Blue value is 233 (91.41% from 255 or 38.90% from 599); Max value from RGB is 233 - color contains mainly: blue. Hex color #DD91E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD91E9 is #226E16. Grayscale: #B1B1B1. Windows color (decimal): -2256407 or 15307229. OLE color: 15307229.

HSL color Cylindrical-coordinate representation of color #DD91E9: hue angle of 291.82º degrees, saturation: 0.67, 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 #DD91E9 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB221145233-
CMYK0.050.3800.09
HSL291.82º66.67%74.12%-
HSV(B)291.82º37.77%91.37%-
XYZ54.6541.5182.22-
YUV177.76159.18158.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.89%
GREEN value IS 145 (57.03% from 255) = 24.21%
BLUE value IS 233 (91.41% from 255) = 38.90%
R=36.89%
G=24.21%
B=38.90%

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
Decimal2211452330.050.3800.09291.8266.6774.12
HexDD91E952609124434a
Octal335221351546011444103112
Binary1101110110010001111010011011001100100110010010010000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD91E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD91E9; }

 p { color: rgb(221,145,233); }

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

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

 a { background-color: rgb(221,145,233); }

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

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

 span { border-color: rgb(221,145,233); }

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