#DD9EEC

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

Shades of Plum #DD9EEC

Tints of Plum #DD9EEC

Color information

#DD9EEC (or 0xDD9EEC) is unknown color: approx Plum. HEX triplet: DD, 9E and EC. RGB value is (221,158,236). Sum of RGB (Red+Green+Blue) = 221+158+236=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 158 (62.11% from 255 or 25.69% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD9EEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9EEC is #226113. Grayscale: #B9B9B9. Windows color (decimal): -2253076 or 15507165. OLE color: 15507165.

HSL color Cylindrical-coordinate representation of color #DD9EEC: hue angle of 288.46º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DD9EEC is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB221158236-
CMYK0.060.3300.07
HSL288.46º67.24%77.25%-
HSV(B)288.46º33.05%92.55%-
XYZ57.1945.8885.2-
YUV185.73156.37153.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.93%
GREEN value IS 158 (62.11% from 255) = 25.69%
BLUE value IS 236 (92.58% from 255) = 38.37%
R=35.93%
G=25.69%
B=38.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2211582360.060.3300.07288.4667.2477.25
HexDD9EEC62107120434d
Octal33523635464107440103115
Binary110111011001111011101100110100001011110010000010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9EEC; }

 p { color: rgb(221,158,236); }

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

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

 a { background-color: rgb(221,158,236); }

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

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

 span { border-color: rgb(221,158,236); }

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