#D18ED3

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

Shades of Plum #D18ED3

Tints of Plum #D18ED3

Color information

#D18ED3 (or 0xD18ED3) is unknown color: approx Plum. HEX triplet: D1, 8E and D3. RGB value is (209,142,211). Sum of RGB (Red+Green+Blue) = 209+142+211=562 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.19% from 562); Green value is 142 (55.86% from 255 or 25.27% from 562); Blue value is 211 (82.81% from 255 or 37.54% from 562); Max value from RGB is 211 - color contains mainly: blue. Hex color #D18ED3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18ED3 is #2E712C. Grayscale: #A9A9A9. Windows color (decimal): -3043629 or 13864657. OLE color: 13864657.

HSL color Cylindrical-coordinate representation of color #D18ED3: hue angle of 298.26º degrees, saturation: 0.44, 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 #D18ED3 is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB209142211-
CMYK0.010.3300.17
HSL298.26º43.95%69.22%-
HSV(B)298.26º32.7%82.75%-
XYZ47.7337.666.37-
YUV169.9151.2155.89-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.19%
GREEN value IS 142 (55.86% from 255) = 25.27%
BLUE value IS 211 (82.81% from 255) = 37.54%
R=37.19%
G=25.27%
B=37.54%

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
Decimal2091422110.010.3300.17298.2643.9569.22
HexD18ED312101112a2c45
Octal32121632314102145254105
Binary11010001100011101101001111000010100011001010101011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18ED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18ED3; }

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

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

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

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

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

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

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

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