#DD89DA

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

Shades of Plum #DD89DA

Tints of Plum #DD89DA

Color information

#DD89DA (or 0xDD89DA) is unknown color: approx Plum. HEX triplet: DD, 89 and DA. RGB value is (221,137,218). Sum of RGB (Red+Green+Blue) = 221+137+218=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 137 (53.91% from 255 or 23.78% from 576); Blue value is 218 (85.55% from 255 or 37.85% from 576); Max value from RGB is 221 - color contains mainly: red. Hex color #DD89DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD89DA is #227625. Grayscale: #ABABAB. Windows color (decimal): -2258470 or 14322141. OLE color: 14322141.

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

Color convert

RGB221137218-
CMYK00.380.010.13
HSL302.14º55.26%70.2%-
HSV(B)302.14º38.01%86.67%-
XYZ51.4238.3371.02-
YUV171.35154.33163.41-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.37%
GREEN value IS 137 (53.91% from 255) = 23.78%
BLUE value IS 218 (85.55% from 255) = 37.85%
R=38.37%
G=23.78%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113721800.380.010.13302.1455.2670.2
HexDD89DA0261D12e3746
Octal33521133204611545667106
Binary1101110110001001110110100100110111011001011101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD89DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD89DA; }

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

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

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

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

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

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

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

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