#DD9FED

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

Shades of Plum #DD9FED

Tints of Plum #DD9FED

Color information

#DD9FED (or 0xDD9FED) is unknown color: approx Plum. HEX triplet: DD, 9F and ED. RGB value is (221,159,237). Sum of RGB (Red+Green+Blue) = 221+159+237=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 159 (62.5% from 255 or 25.77% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD9FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9FED is #226012. Grayscale: #BABABA. Windows color (decimal): -2252819 or 15572957. OLE color: 15572957.

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

Color convert

RGB221159237-
CMYK0.070.3300.07
HSL287.69º68.42%77.65%-
HSV(B)287.69º32.91%92.94%-
XYZ57.546.2886.02-
YUV186.43156.54152.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.82%
GREEN value IS 159 (62.5% from 255) = 25.77%
BLUE value IS 237 (92.97% from 255) = 38.41%
R=35.82%
G=25.77%
B=38.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2211592370.070.3300.07287.6968.4277.65
HexDD9FED72107120444e
Octal33523735574107440104116
Binary110111011001111111101101111100001011110010000010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9FED; }

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

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

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

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

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

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

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

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