#DD8DCB

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

Shades of Plum #DD8DCB

Tints of Plum #DD8DCB

Color information

#DD8DCB (or 0xDD8DCB) is unknown color: approx Plum. HEX triplet: DD, 8D and CB. RGB value is (221,141,203). Sum of RGB (Red+Green+Blue) = 221+141+203=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 141 (55.47% from 255 or 24.96% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8DCB is #227234. Grayscale: #ABABAB. Windows color (decimal): -2257461 or 13340125. OLE color: 13340125.

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

Color convert

RGB221141203-
CMYK00.360.080.13
HSL313.5º54.05%70.98%-
HSV(B)313.5º36.2%86.67%-
XYZ50.1238.7361.33-
YUV171.99145.5162.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.12%
GREEN value IS 141 (55.47% from 255) = 24.96%
BLUE value IS 203 (79.69% from 255) = 35.93%
R=39.12%
G=24.96%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114120300.360.080.13313.554.0570.98
HexDD8DCB0248D13a3647
Octal335215313044101547266107
Binary1101110110001101110010110100100100011011001110101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8DCB; }

 p { color: rgb(221,141,203); }

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

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

 a { background-color: rgb(221,141,203); }

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

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

 span { border-color: rgb(221,141,203); }

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