#DC89D9

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

Shades of Plum #DC89D9

Tints of Plum #DC89D9

Color information

#DC89D9 (or 0xDC89D9) is unknown color: approx Plum. HEX triplet: DC, 89 and D9. RGB value is (220,137,217). Sum of RGB (Red+Green+Blue) = 220+137+217=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 137 (53.91% from 255 or 23.87% from 574); Blue value is 217 (85.16% from 255 or 37.80% from 574); Max value from RGB is 220 - color contains mainly: red. Hex color #DC89D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC89D9 is #237626. Grayscale: #AAAAAA. Windows color (decimal): -2324007 or 14256604. OLE color: 14256604.

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

Color convert

RGB220137217-
CMYK00.380.010.14
HSL302.17º54.25%70%-
HSV(B)302.17º37.73%86.27%-
XYZ50.9938.1270.32-
YUV170.94154163-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.33%
GREEN value IS 137 (53.91% from 255) = 23.87%
BLUE value IS 217 (85.16% from 255) = 37.80%
R=38.33%
G=23.87%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013721700.380.010.14302.1754.2570
HexDC89D90261E12e3646
Octal33421133104611645666106
Binary1101110010001001110110010100110111101001011101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC89D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC89D9; }

 p { color: rgb(220,137,217); }

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

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

 a { background-color: rgb(220,137,217); }

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

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

 span { border-color: rgb(220,137,217); }

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