#D18AD2

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

Shades of Plum #D18AD2

Tints of Plum #D18AD2

Color information

#D18AD2 (or 0xD18AD2) is unknown color: approx Plum. HEX triplet: D1, 8A and D2. RGB value is (209,138,210). Sum of RGB (Red+Green+Blue) = 209+138+210=557 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.52% from 557); Green value is 138 (54.30% from 255 or 24.78% from 557); Blue value is 210 (82.42% from 255 or 37.70% from 557); Max value from RGB is 210 - color contains mainly: blue. Hex color #D18AD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18AD2 is #2E752D. Grayscale: #A7A7A7. Windows color (decimal): -3044654 or 13798097. OLE color: 13798097.

HSL color Cylindrical-coordinate representation of color #D18AD2: hue angle of 299.17º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D18AD2 is Cyan = 0.00, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB209138210-
CMYK0.000.3400.18
HSL299.17º44.44%68.24%-
HSV(B)299.17º34.29%82.35%-
XYZ47.0236.3965.52-
YUV167.44152.02157.65-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.52%
GREEN value IS 138 (54.30% from 255) = 24.78%
BLUE value IS 210 (82.42% from 255) = 37.70%
R=37.52%
G=24.78%
B=37.70%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091382100.000.3400.18299.1744.4468.24
HexD18AD202201212b2c44
Octal32121232204202245354104
Binary11010001100010101101001001000100100101001010111011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18AD2; }

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

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

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

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

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

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

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

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