#DD9ED4

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

Shades of Plum #DD9ED4

Tints of Plum #DD9ED4

Color information

#DD9ED4 (or 0xDD9ED4) is unknown color: approx Plum. HEX triplet: DD, 9E and D4. RGB value is (221,158,212). Sum of RGB (Red+Green+Blue) = 221+158+212=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 158 (62.11% from 255 or 26.73% from 591); Blue value is 212 (83.20% from 255 or 35.87% from 591); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9ED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9ED4 is #22612B. Grayscale: #B6B6B6. Windows color (decimal): -2253100 or 13934301. OLE color: 13934301.

HSL color Cylindrical-coordinate representation of color #DD9ED4: hue angle of 308.57º 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 #DD9ED4 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB221158212-
CMYK00.290.040.13
HSL308.57º48.09%74.31%-
HSV(B)308.57º28.51%86.67%-
XYZ53.9344.5868.05-
YUV182.99144.37155.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.39%
GREEN value IS 158 (62.11% from 255) = 26.73%
BLUE value IS 212 (83.20% from 255) = 35.87%
R=37.39%
G=26.73%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115821200.290.040.13308.5748.0974.31
HexDD9ED401D4D135304a
Octal33523632403541546560112
Binary11011101100111101101010001110110011011001101011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9ED4; }

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

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

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

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

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

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

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

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