#D18AD9

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

Shades of Plum #D18AD9

Tints of Plum #D18AD9

Color information

#D18AD9 (or 0xD18AD9) is unknown color: approx Plum. HEX triplet: D1, 8A and D9. RGB value is (209,138,217). Sum of RGB (Red+Green+Blue) = 209+138+217=564 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.06% from 564); Green value is 138 (54.30% from 255 or 24.47% from 564); Blue value is 217 (85.16% from 255 or 38.48% from 564); Max value from RGB is 217 - color contains mainly: blue. Hex color #D18AD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18AD9 is #2E7526. Grayscale: #A7A7A7. Windows color (decimal): -3044647 or 14256849. OLE color: 14256849.

HSL color Cylindrical-coordinate representation of color #D18AD9: hue angle of 293.92º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D18AD9 is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB209138217-
CMYK0.040.3600.15
HSL293.92º50.97%69.61%-
HSV(B)293.92º36.41%85.1%-
XYZ47.9136.7470.21-
YUV168.24155.52157.08-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.06%
GREEN value IS 138 (54.30% from 255) = 24.47%
BLUE value IS 217 (85.16% from 255) = 38.48%
R=37.06%
G=24.47%
B=38.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2091382170.040.3600.15293.9250.9769.61
HexD18AD94240F1263346
Octal32121233144401744663106
Binary110100011000101011011001100100100011111001001101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18AD9; }

 p { color: rgb(209,138,217); }

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

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

 a { background-color: rgb(209,138,217); }

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

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

 span { border-color: rgb(209,138,217); }

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