#DD9DCC

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

Shades of Plum #DD9DCC

Tints of Plum #DD9DCC

Color information

#DD9DCC (or 0xDD9DCC) is unknown color: approx Plum. HEX triplet: DD, 9D and CC. RGB value is (221,157,204). Sum of RGB (Red+Green+Blue) = 221+157+204=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 157 (61.72% from 255 or 26.98% from 582); Blue value is 204 (80.08% from 255 or 35.05% from 582); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9DCC is #226233. Grayscale: #B5B5B5. Windows color (decimal): -2253364 or 13409757. OLE color: 13409757.

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

Color convert

RGB221157204-
CMYK00.290.080.13
HSL315.94º48.48%74.12%-
HSV(B)315.94º28.96%86.67%-
XYZ52.7743.8562.81-
YUV181.49140.7156.18-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.97%
GREEN value IS 157 (61.72% from 255) = 26.98%
BLUE value IS 204 (80.08% from 255) = 35.05%
R=37.97%
G=26.98%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115720400.290.080.13315.9448.4874.12
HexDD9DCC01D8D13c304a
Octal335235314035101547460112
Binary110111011001110111001100011101100011011001111001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9DCC; }

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

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

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

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

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

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

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

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