#D18AD3

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

Shades of Plum #D18AD3

Tints of Plum #D18AD3

Color information

#D18AD3 (or 0xD18AD3) is unknown color: approx Plum. HEX triplet: D1, 8A and D3. RGB value is (209,138,211). Sum of RGB (Red+Green+Blue) = 209+138+211=558 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.46% from 558); Green value is 138 (54.30% from 255 or 24.73% from 558); Blue value is 211 (82.81% from 255 or 37.81% from 558); Max value from RGB is 211 - color contains mainly: blue. Hex color #D18AD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18AD3 is #2E752C. Grayscale: #A7A7A7. Windows color (decimal): -3044653 or 13863633. OLE color: 13863633.

HSL color Cylindrical-coordinate representation of color #D18AD3: hue angle of 298.36º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D18AD3 is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB209138211-
CMYK0.010.3500.17
HSL298.36º45.34%68.43%-
HSV(B)298.36º34.6%82.75%-
XYZ47.1436.4466.18-
YUV167.55152.52157.56-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.46%
GREEN value IS 138 (54.30% from 255) = 24.73%
BLUE value IS 211 (82.81% from 255) = 37.81%
R=37.46%
G=24.73%
B=37.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2091382110.010.3500.17298.3645.3468.43
HexD18AD312301112a2d44
Octal32121232314302145255104
Binary11010001100010101101001111000110100011001010101011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18AD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18AD3; }

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

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

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

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

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

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

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

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