#DD9CED

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

Shades of Plum #DD9CED

Tints of Plum #DD9CED

Color information

#DD9CED (or 0xDD9CED) is unknown color: approx Plum. HEX triplet: DD, 9C and ED. RGB value is (221,156,237). Sum of RGB (Red+Green+Blue) = 221+156+237=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 156 (61.33% from 255 or 25.41% from 614); Blue value is 237 (92.97% from 255 or 38.60% from 614); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD9CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9CED is #226312. Grayscale: #B8B8B8. Windows color (decimal): -2253587 or 15572189. OLE color: 15572189.

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

Color convert

RGB221156237-
CMYK0.070.3400.07
HSL288.15º69.23%77.06%-
HSV(B)288.15º34.18%92.94%-
XYZ56.9945.2685.85-
YUV184.67157.53153.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.99%
GREEN value IS 156 (61.33% from 255) = 25.41%
BLUE value IS 237 (92.97% from 255) = 38.60%
R=35.99%
G=25.41%
B=38.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2211562370.070.3400.07288.1569.2377.06
HexDD9CED72207120454d
Octal33523435574207440105115
Binary110111011001110011101101111100010011110010000010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9CED; }

 p { color: rgb(221,156,237); }

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

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

 a { background-color: rgb(221,156,237); }

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

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

 span { border-color: rgb(221,156,237); }

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