#DD9CEA

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

Shades of Plum #DD9CEA

Tints of Plum #DD9CEA

Color information

#DD9CEA (or 0xDD9CEA) is unknown color: approx Plum. HEX triplet: DD, 9C and EA. RGB value is (221,156,234). Sum of RGB (Red+Green+Blue) = 221+156+234=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 156 (61.33% from 255 or 25.53% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 234 - color contains mainly: blue. Hex color #DD9CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9CEA is #226315. Grayscale: #B8B8B8. Windows color (decimal): -2253590 or 15375581. OLE color: 15375581.

HSL color Cylindrical-coordinate representation of color #DD9CEA: hue angle of 290º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DD9CEA is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB221156234-
CMYK0.060.3300.08
HSL290º65%76.47%-
HSV(B)290º33.33%91.76%-
XYZ56.5645.0983.56-
YUV184.33156.03154.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.17%
GREEN value IS 156 (61.33% from 255) = 25.53%
BLUE value IS 234 (91.80% from 255) = 38.30%
R=36.17%
G=25.53%
B=38.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2211562340.060.3300.082906576.47
HexDD9CEA62108122414c
Octal335234352641010442101114
Binary1101110110011100111010101101000010100010010001010000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9CEA; }

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

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

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

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

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

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

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

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