#DD8FCC

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

Shades of Plum #DD8FCC

Tints of Plum #DD8FCC

Color information

#DD8FCC (or 0xDD8FCC) is unknown color: approx Plum. HEX triplet: DD, 8F and CC. RGB value is (221,143,204). Sum of RGB (Red+Green+Blue) = 221+143+204=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 143 (56.25% from 255 or 25.18% from 568); Blue value is 204 (80.08% from 255 or 35.92% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8FCC is #227033. Grayscale: #ADADAD. Windows color (decimal): -2256948 or 13406173. OLE color: 13406173.

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

Color convert

RGB221143204-
CMYK00.350.080.13
HSL313.08º53.42%71.37%-
HSV(B)313.08º35.29%86.67%-
XYZ50.5439.3862.06-
YUV173.28145.34162.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.91%
GREEN value IS 143 (56.25% from 255) = 25.18%
BLUE value IS 204 (80.08% from 255) = 35.92%
R=38.91%
G=25.18%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114320400.350.080.13313.0853.4271.37
HexDD8FCC0238D1393547
Octal335217314043101547165107
Binary1101110110001111110011000100011100011011001110011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8FCC; }

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

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

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

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

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

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

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

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