#DD9DDC

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

Shades of Plum #DD9DDC

Tints of Plum #DD9DDC

Color information

#DD9DDC (or 0xDD9DDC) is unknown color: approx Plum. HEX triplet: DD, 9D and DC. RGB value is (221,157,220). Sum of RGB (Red+Green+Blue) = 221+157+220=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 157 (61.72% from 255 or 26.25% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9DDC is #226223. Grayscale: #B7B7B7. Windows color (decimal): -2253348 or 14458333. OLE color: 14458333.

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

Color convert

RGB221157220-
CMYK00.290.000.13
HSL300.94º48.48%74.12%-
HSV(B)300.94º28.96%86.67%-
XYZ54.7944.6573.44-
YUV183.32148.7154.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.96%
GREEN value IS 157 (61.72% from 255) = 26.25%
BLUE value IS 220 (86.33% from 255) = 36.79%
R=36.96%
G=26.25%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115722000.290.000.13300.9448.4874.12
HexDD9DDC01D0D12d304a
Octal33523533403501545560112
Binary110111011001110111011100011101011011001011011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9DDC; }

 p { color: rgb(221,157,220); }

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

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

 a { background-color: rgb(221,157,220); }

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

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

 span { border-color: rgb(221,157,220); }

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