#DC89D6

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

Shades of Plum #DC89D6

Tints of Plum #DC89D6

Color information

#DC89D6 (or 0xDC89D6) is unknown color: approx Plum. HEX triplet: DC, 89 and D6. RGB value is (220,137,214). Sum of RGB (Red+Green+Blue) = 220+137+214=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 137 (53.91% from 255 or 23.99% from 571); Blue value is 214 (83.98% from 255 or 37.48% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DC89D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC89D6 is #237629. Grayscale: #AAAAAA. Windows color (decimal): -2324010 or 14059996. OLE color: 14059996.

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

Color convert

RGB220137214-
CMYK00.380.030.14
HSL304.34º54.25%70%-
HSV(B)304.34º37.73%86.27%-
XYZ50.637.9668.28-
YUV170.6152.5163.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.53%
GREEN value IS 137 (53.91% from 255) = 23.99%
BLUE value IS 214 (83.98% from 255) = 37.48%
R=38.53%
G=23.99%
B=37.48%

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
Decimal22013721400.380.030.14304.3454.2570
HexDC89D60263E1303646
Octal33421132604631646066106
Binary11011100100010011101011001001101111101001100001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC89D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC89D6; }

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

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

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

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

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

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

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

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