#DD91E3

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

Shades of Plum #DD91E3

Tints of Plum #DD91E3

Color information

#DD91E3 (or 0xDD91E3) is unknown color: approx Plum. HEX triplet: DD, 91 and E3. RGB value is (221,145,227). Sum of RGB (Red+Green+Blue) = 221+145+227=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 145 (57.03% from 255 or 24.45% from 593); Blue value is 227 (89.06% from 255 or 38.28% from 593); Max value from RGB is 227 - color contains mainly: blue. Hex color #DD91E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD91E3 is #226E1C. Grayscale: #B0B0B0. Windows color (decimal): -2256413 or 14914013. OLE color: 14914013.

HSL color Cylindrical-coordinate representation of color #DD91E3: hue angle of 295.61º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DD91E3 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB221145227-
CMYK0.030.3600.11
HSL295.61º59.42%72.94%-
HSV(B)295.61º36.12%89.02%-
XYZ53.8141.1777.78-
YUV177.07156.18159.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.27%
GREEN value IS 145 (57.03% from 255) = 24.45%
BLUE value IS 227 (89.06% from 255) = 38.28%
R=37.27%
G=24.45%
B=38.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2211452270.030.3600.11295.6159.4272.94
HexDD91E33240B1283b49
Octal33522134334401345073111
Binary11011101100100011110001111100100010111001010001110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD91E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD91E3; }

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

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

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

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

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

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

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

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