#D89DD1

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

Shades of Plum #D89DD1

Tints of Plum #D89DD1

Color information

#D89DD1 (or 0xD89DD1) is unknown color: approx Plum. HEX triplet: D8, 9D and D1. RGB value is (216,157,209). Sum of RGB (Red+Green+Blue) = 216+157+209=582 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.11% from 582); Green value is 157 (61.72% from 255 or 26.98% from 582); Blue value is 209 (82.03% from 255 or 35.91% from 582); Max value from RGB is 216 - color contains mainly: red. Hex color #D89DD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89DD1 is #27622E. Grayscale: #B4B4B4. Windows color (decimal): -2581039 or 13737432. OLE color: 13737432.

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

Color convert

RGB216157209-
CMYK00.270.030.15
HSL307.12º43.07%73.14%-
HSV(B)307.12º27.31%84.71%-
XYZ51.8843.3265.95-
YUV180.57144.05153.27-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.11%
GREEN value IS 157 (61.72% from 255) = 26.98%
BLUE value IS 209 (82.03% from 255) = 35.91%
R=37.11%
G=26.98%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615720900.270.030.15307.1243.0773.14
HexD89DD101B3F1332b49
Octal33023532103331746353111
Binary1101100010011101110100010110111111111001100111010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89DD1; }

 p { color: rgb(216,157,209); }

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

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

 a { background-color: rgb(216,157,209); }

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

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

 span { border-color: rgb(216,157,209); }

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