#D18DD5

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

Shades of Plum #D18DD5

Tints of Plum #D18DD5

Color information

#D18DD5 (or 0xD18DD5) is unknown color: approx Plum. HEX triplet: D1, 8D and D5. RGB value is (209,141,213). Sum of RGB (Red+Green+Blue) = 209+141+213=563 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.12% from 563); Green value is 141 (55.47% from 255 or 25.04% from 563); Blue value is 213 (83.59% from 255 or 37.83% from 563); Max value from RGB is 213 - color contains mainly: blue. Hex color #D18DD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18DD5 is #2E722A. Grayscale: #A9A9A9. Windows color (decimal): -3043883 or 13995473. OLE color: 13995473.

HSL color Cylindrical-coordinate representation of color #D18DD5: hue angle of 296.67º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D18DD5 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB209141213-
CMYK0.020.3400.16
HSL296.67º46.15%69.41%-
HSV(B)296.67º33.8%83.53%-
XYZ47.8337.4167.65-
YUV169.54152.53156.15-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.12%
GREEN value IS 141 (55.47% from 255) = 25.04%
BLUE value IS 213 (83.59% from 255) = 37.83%
R=37.12%
G=25.04%
B=37.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2091412130.020.3400.16296.6746.1569.41
HexD18DD52220101292e45
Octal32121532524202045156105
Binary110100011000110111010101101000100100001001010011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18DD5; }

 p { color: rgb(209,141,213); }

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

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

 a { background-color: rgb(209,141,213); }

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

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

 span { border-color: rgb(209,141,213); }

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