#D89CCD

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

Shades of Plum #D89CCD

Tints of Plum #D89CCD

Color information

#D89CCD (or 0xD89CCD) is unknown color: approx Plum. HEX triplet: D8, 9C and CD. RGB value is (216,156,205). Sum of RGB (Red+Green+Blue) = 216+156+205=577 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.44% from 577); Green value is 156 (61.33% from 255 or 27.04% from 577); Blue value is 205 (80.47% from 255 or 35.53% from 577); Max value from RGB is 216 - color contains mainly: red. Hex color #D89CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89CCD is #276332. Grayscale: #B3B3B3. Windows color (decimal): -2581299 or 13475032. OLE color: 13475032.

HSL color Cylindrical-coordinate representation of color #D89CCD: hue angle of 311º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D89CCD is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB216156205-
CMYK00.280.050.15
HSL311º43.48%72.94%-
HSV(B)311º27.78%84.71%-
XYZ51.2342.7863.32-
YUV179.53142.38154.02-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.44%
GREEN value IS 156 (61.33% from 255) = 27.04%
BLUE value IS 205 (80.47% from 255) = 35.53%
R=37.44%
G=27.04%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615620500.280.050.1531143.4872.94
HexD89CCD01C5F1372b49
Octal33023431503451746753111
Binary11011000100111001100110101110010111111001101111010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89CCD; }

 p { color: rgb(216,156,205); }

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

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

 a { background-color: rgb(216,156,205); }

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

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

 span { border-color: rgb(216,156,205); }

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