#DD9FE5

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

Shades of Plum #DD9FE5

Tints of Plum #DD9FE5

Color information

#DD9FE5 (or 0xDD9FE5) is unknown color: approx Plum. HEX triplet: DD, 9F and E5. RGB value is (221,159,229). Sum of RGB (Red+Green+Blue) = 221+159+229=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 159 (62.5% from 255 or 26.11% from 609); Blue value is 229 (89.84% from 255 or 37.60% from 609); Max value from RGB is 229 - color contains mainly: blue. Hex color #DD9FE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9FE5 is #22601A. Grayscale: #B9B9B9. Windows color (decimal): -2252827 or 15048669. OLE color: 15048669.

HSL color Cylindrical-coordinate representation of color #DD9FE5: hue angle of 293.14º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DD9FE5 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB221159229-
CMYK0.030.3100.10
HSL293.14º57.38%76.08%-
HSV(B)293.14º30.57%89.8%-
XYZ56.3645.8380-
YUV185.52152.54153.31-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.29%
GREEN value IS 159 (62.5% from 255) = 26.11%
BLUE value IS 229 (89.84% from 255) = 37.60%
R=36.29%
G=26.11%
B=37.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2211592290.030.3100.10293.1457.3876.08
HexDD9FE531F0A125394c
Octal33523734533701244571114
Binary1101110110011111111001011111111010101001001011110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9FE5; }

 p { color: rgb(221,159,229); }

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

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

 a { background-color: rgb(221,159,229); }

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

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

 span { border-color: rgb(221,159,229); }

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