#DD8CDF

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

Shades of Plum #DD8CDF

Tints of Plum #DD8CDF

Color information

#DD8CDF (or 0xDD8CDF) is unknown color: approx Plum. HEX triplet: DD, 8C and DF. RGB value is (221,140,223). Sum of RGB (Red+Green+Blue) = 221+140+223=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 140 (55.08% from 255 or 23.97% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD8CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8CDF is #227320. Grayscale: #ADADAD. Windows color (decimal): -2257697 or 14650589. OLE color: 14650589.

HSL color Cylindrical-coordinate representation of color #DD8CDF: hue angle of 298.55º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DD8CDF is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB221140223-
CMYK0.010.3700.13
HSL298.55º56.46%71.18%-
HSV(B)298.55º37.22%87.45%-
XYZ52.5239.4674.66-
YUV173.68155.84161.75-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.84%
GREEN value IS 140 (55.08% from 255) = 23.97%
BLUE value IS 223 (87.5% from 255) = 38.18%
R=37.84%
G=23.97%
B=38.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211402230.010.3700.13298.5556.4671.18
HexDD8CDF1250D12b3847
Octal33521433714501545370107
Binary1101110110001100110111111100101011011001010111110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8CDF; }

 p { color: rgb(221,140,223); }

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

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

 a { background-color: rgb(221,140,223); }

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

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

 span { border-color: rgb(221,140,223); }

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