#D18ED6

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

Shades of Plum #D18ED6

Tints of Plum #D18ED6

Color information

#D18ED6 (or 0xD18ED6) is unknown color: approx Plum. HEX triplet: D1, 8E and D6. RGB value is (209,142,214). Sum of RGB (Red+Green+Blue) = 209+142+214=565 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.99% from 565); Green value is 142 (55.86% from 255 or 25.13% from 565); Blue value is 214 (83.98% from 255 or 37.88% from 565); Max value from RGB is 214 - color contains mainly: blue. Hex color #D18ED6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18ED6 is #2E7129. Grayscale: #AAAAAA. Windows color (decimal): -3043626 or 14061265. OLE color: 14061265.

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

Color convert

RGB209142214-
CMYK0.020.3400.16
HSL295.83º46.75%69.8%-
HSV(B)295.83º33.64%83.92%-
XYZ48.1137.7668.37-
YUV170.24152.7155.65-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.99%
GREEN value IS 142 (55.86% from 255) = 25.13%
BLUE value IS 214 (83.98% from 255) = 37.88%
R=36.99%
G=25.13%
B=37.88%

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
Decimal2091422140.020.3400.16295.8346.7569.8
HexD18ED62220101282f46
Octal32121632624202045057106
Binary110100011000111011010110101000100100001001010001011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18ED6; }

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

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

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

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

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

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

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

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