#DD9ECF

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

Shades of Plum #DD9ECF

Tints of Plum #DD9ECF

Color information

#DD9ECF (or 0xDD9ECF) is unknown color: approx Plum. HEX triplet: DD, 9E and CF. RGB value is (221,158,207). Sum of RGB (Red+Green+Blue) = 221+158+207=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 158 (62.11% from 255 or 26.96% from 586); Blue value is 207 (81.25% from 255 or 35.32% from 586); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9ECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9ECF is #226130. Grayscale: #B6B6B6. Windows color (decimal): -2253105 or 13606621. OLE color: 13606621.

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

Color convert

RGB221158207-
CMYK00.290.060.13
HSL313.33º48.09%74.31%-
HSV(B)313.33º28.51%86.67%-
XYZ53.3144.3364.78-
YUV182.42141.87155.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.71%
GREEN value IS 158 (62.11% from 255) = 26.96%
BLUE value IS 207 (81.25% from 255) = 35.32%
R=37.71%
G=26.96%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115820700.290.060.13313.3348.0974.31
HexDD9ECF01D6D139304a
Octal33523631703561547160112
Binary11011101100111101100111101110111011011001110011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9ECF; }

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

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

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

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

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

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

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

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