#DD9ED1

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

Shades of Plum #DD9ED1

Tints of Plum #DD9ED1

Color information

#DD9ED1 (or 0xDD9ED1) is unknown color: approx Plum. HEX triplet: DD, 9E and D1. RGB value is (221,158,209). Sum of RGB (Red+Green+Blue) = 221+158+209=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 158 (62.11% from 255 or 26.87% from 588); Blue value is 209 (82.03% from 255 or 35.54% from 588); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9ED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9ED1 is #22612E. Grayscale: #B6B6B6. Windows color (decimal): -2253103 or 13737693. OLE color: 13737693.

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

Color convert

RGB221158209-
CMYK00.290.050.13
HSL311.43º48.09%74.31%-
HSV(B)311.43º28.51%86.67%-
XYZ53.5544.4366.07-
YUV182.65142.87155.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.59%
GREEN value IS 158 (62.11% from 255) = 26.87%
BLUE value IS 209 (82.03% from 255) = 35.54%
R=37.59%
G=26.87%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115820900.290.050.13311.4348.0974.31
HexDD9ED101D5D137304a
Octal33523632103551546760112
Binary11011101100111101101000101110110111011001101111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9ED1; }

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

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

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

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

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

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

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

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