#DD9CDF

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

Shades of Plum #DD9CDF

Tints of Plum #DD9CDF

Color information

#DD9CDF (or 0xDD9CDF) is unknown color: approx Plum. HEX triplet: DD, 9C and DF. RGB value is (221,156,223). Sum of RGB (Red+Green+Blue) = 221+156+223=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 156 (61.33% from 255 or 26% from 600); Blue value is 223 (87.5% from 255 or 37.17% from 600); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD9CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9CDF is #226320. Grayscale: #B6B6B6. Windows color (decimal): -2253601 or 14654685. OLE color: 14654685.

HSL color Cylindrical-coordinate representation of color #DD9CDF: hue angle of 298.21º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DD9CDF is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB221156223-
CMYK0.010.3000.13
HSL298.21º51.15%74.31%-
HSV(B)298.21º30.04%87.45%-
XYZ55.0344.4875.5-
YUV183.07150.53155.05-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.83%
GREEN value IS 156 (61.33% from 255) = 26%
BLUE value IS 223 (87.5% from 255) = 37.17%
R=36.83%
G=26%
B=37.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211562230.010.3000.13298.2151.1574.31
HexDD9CDF11E0D12a334a
Octal33523433713601545263112
Binary110111011001110011011111111110011011001010101100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9CDF; }

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

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

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

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

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

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

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

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