#DD8CDA

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

Shades of Plum #DD8CDA

Tints of Plum #DD8CDA

Color information

#DD8CDA (or 0xDD8CDA) is unknown color: approx Plum. HEX triplet: DD, 8C and DA. RGB value is (221,140,218). Sum of RGB (Red+Green+Blue) = 221+140+218=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 140 (55.08% from 255 or 24.18% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8CDA is #227325. Grayscale: #ACACAC. Windows color (decimal): -2257702 or 14322909. OLE color: 14322909.

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

Color convert

RGB221140218-
CMYK00.370.010.13
HSL302.22º54.36%70.78%-
HSV(B)302.22º36.65%86.67%-
XYZ51.8539.1971.16-
YUV173.11153.34162.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.17%
GREEN value IS 140 (55.08% from 255) = 24.18%
BLUE value IS 218 (85.55% from 255) = 37.65%
R=38.17%
G=24.18%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114021800.370.010.13302.2254.3670.78
HexDD8CDA0251D12e3647
Octal33521433204511545666107
Binary1101110110001100110110100100101111011001011101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8CDA; }

 p { color: rgb(221,140,218); }

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

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

 a { background-color: rgb(221,140,218); }

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

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

 span { border-color: rgb(221,140,218); }

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