#DD9AE8

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

Shades of Plum #DD9AE8

Tints of Plum #DD9AE8

Color information

#DD9AE8 (or 0xDD9AE8) is unknown color: approx Plum. HEX triplet: DD, 9A and E8. RGB value is (221,154,232). Sum of RGB (Red+Green+Blue) = 221+154+232=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 154 (60.55% from 255 or 25.37% from 607); Blue value is 232 (91.02% from 255 or 38.22% from 607); Max value from RGB is 232 - color contains mainly: blue. Hex color #DD9AE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9AE8 is #226517. Grayscale: #B6B6B6. Windows color (decimal): -2254104 or 15243997. OLE color: 15243997.

HSL color Cylindrical-coordinate representation of color #DD9AE8: hue angle of 291.54º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DD9AE8 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB221154232-
CMYK0.050.3400.09
HSL291.54º62.9%75.69%-
HSV(B)291.54º33.62%90.98%-
XYZ55.9444.3181.95-
YUV182.92155.7155.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.41%
GREEN value IS 154 (60.55% from 255) = 25.37%
BLUE value IS 232 (91.02% from 255) = 38.22%
R=36.41%
G=25.37%
B=38.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2211542320.050.3400.09291.5462.975.69
HexDD9AE8522091243f4c
Octal33523235054201144477114
Binary110111011001101011101000101100010010011001001001111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9AE8; }

 p { color: rgb(221,154,232); }

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

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

 a { background-color: rgb(221,154,232); }

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

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

 span { border-color: rgb(221,154,232); }

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