#DD9ECC

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

Shades of Plum #DD9ECC

Tints of Plum #DD9ECC

Color information

#DD9ECC (or 0xDD9ECC) is unknown color: approx Plum. HEX triplet: DD, 9E and CC. RGB value is (221,158,204). Sum of RGB (Red+Green+Blue) = 221+158+204=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 158 (62.11% from 255 or 27.10% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9ECC is #226133. Grayscale: #B5B5B5. Windows color (decimal): -2253108 or 13410013. OLE color: 13410013.

HSL color Cylindrical-coordinate representation of color #DD9ECC: hue angle of 316.19º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DD9ECC is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB221158204-
CMYK00.290.080.13
HSL316.19º48.09%74.31%-
HSV(B)316.19º28.51%86.67%-
XYZ52.9444.1962.86-
YUV182.08140.37155.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.91%
GREEN value IS 158 (62.11% from 255) = 27.10%
BLUE value IS 204 (80.08% from 255) = 34.99%
R=37.91%
G=27.10%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115820400.290.080.13316.1948.0974.31
HexDD9ECC01D8D13c304a
Octal335236314035101547460112
Binary110111011001111011001100011101100011011001111001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9ECC; }

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

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

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

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

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

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

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

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