#D18DD4

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

Shades of Plum #D18DD4

Tints of Plum #D18DD4

Color information

#D18DD4 (or 0xD18DD4) is unknown color: approx Plum. HEX triplet: D1, 8D and D4. RGB value is (209,141,212). Sum of RGB (Red+Green+Blue) = 209+141+212=562 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.19% from 562); Green value is 141 (55.47% from 255 or 25.09% from 562); Blue value is 212 (83.20% from 255 or 37.72% from 562); Max value from RGB is 212 - color contains mainly: blue. Hex color #D18DD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18DD4 is #2E722B. Grayscale: #A9A9A9. Windows color (decimal): -3043884 or 13929937. OLE color: 13929937.

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

Color convert

RGB209141212-
CMYK0.010.3300.17
HSL297.46º45.22%69.22%-
HSV(B)297.46º33.49%83.14%-
XYZ47.737.3666.98-
YUV169.43152.03156.23-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.19%
GREEN value IS 141 (55.47% from 255) = 25.09%
BLUE value IS 212 (83.20% from 255) = 37.72%
R=37.19%
G=25.09%
B=37.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2091412120.010.3300.17297.4645.2269.22
HexD18DD41210111292d45
Octal32121532414102145155105
Binary11010001100011011101010011000010100011001010011011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18DD4; }

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

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

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

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

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

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

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

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