#DD9CCC

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

Shades of Plum #DD9CCC

Tints of Plum #DD9CCC

Color information

#DD9CCC (or 0xDD9CCC) is unknown color: approx Plum. HEX triplet: DD, 9C and CC. RGB value is (221,156,204). Sum of RGB (Red+Green+Blue) = 221+156+204=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 156 (61.33% from 255 or 26.85% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9CCC is #226333. Grayscale: #B4B4B4. Windows color (decimal): -2253620 or 13409501. OLE color: 13409501.

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

Color convert

RGB221156204-
CMYK00.290.080.13
HSL315.69º48.87%73.92%-
HSV(B)315.69º29.41%86.67%-
XYZ52.6143.5162.75-
YUV180.91141.03156.6-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.04%
GREEN value IS 156 (61.33% from 255) = 26.85%
BLUE value IS 204 (80.08% from 255) = 35.11%
R=38.04%
G=26.85%
B=35.11%

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
Decimal22115620400.290.080.13315.6948.8773.92
HexDD9CCC01D8D13c314a
Octal335234314035101547461112
Binary110111011001110011001100011101100011011001111001100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9CCC; }

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

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

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

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

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

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

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

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