#DC89D5

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

Shades of Plum #DC89D5

Tints of Plum #DC89D5

Color information

#DC89D5 (or 0xDC89D5) is unknown color: approx Plum. HEX triplet: DC, 89 and D5. RGB value is (220,137,213). Sum of RGB (Red+Green+Blue) = 220+137+213=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 137 (53.91% from 255 or 24.04% from 570); Blue value is 213 (83.59% from 255 or 37.37% from 570); Max value from RGB is 220 - color contains mainly: red. Hex color #DC89D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC89D5 is #23762A. Grayscale: #AAAAAA. Windows color (decimal): -2324011 or 13994460. OLE color: 13994460.

HSL color Cylindrical-coordinate representation of color #DC89D5: hue angle of 305.06º 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 #DC89D5 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB220137213-
CMYK00.380.030.14
HSL305.06º54.25%70%-
HSV(B)305.06º37.73%86.27%-
XYZ50.4737.9167.61-
YUV170.48152163.32-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.60%
GREEN value IS 137 (53.91% from 255) = 24.04%
BLUE value IS 213 (83.59% from 255) = 37.37%
R=38.60%
G=24.04%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013721300.380.030.14305.0654.2570
HexDC89D50263E1313646
Octal33421132504631646166106
Binary11011100100010011101010101001101111101001100011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC89D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC89D5; }

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

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

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

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

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

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

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

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