#DD9FEC

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

Shades of Plum #DD9FEC

Tints of Plum #DD9FEC

Color information

#DD9FEC (or 0xDD9FEC) is unknown color: approx Plum. HEX triplet: DD, 9F and EC. RGB value is (221,159,236). Sum of RGB (Red+Green+Blue) = 221+159+236=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 159 (62.5% from 255 or 25.81% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD9FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9FEC is #226013. Grayscale: #BABABA. Windows color (decimal): -2252820 or 15507421. OLE color: 15507421.

HSL color Cylindrical-coordinate representation of color #DD9FEC: hue angle of 288.31º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DD9FEC is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB221159236-
CMYK0.060.3300.07
HSL288.31º66.96%77.45%-
HSV(B)288.31º32.63%92.55%-
XYZ57.3646.2285.26-
YUV186.32156.04152.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.88%
GREEN value IS 159 (62.5% from 255) = 25.81%
BLUE value IS 236 (92.58% from 255) = 38.31%
R=35.88%
G=25.81%
B=38.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2211592360.060.3300.07288.3166.9677.45
HexDD9FEC62107120434d
Octal33523735464107440103115
Binary110111011001111111101100110100001011110010000010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9FEC; }

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

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

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

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

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

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

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

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