#D18CD2

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

Shades of Plum #D18CD2

Tints of Plum #D18CD2

Color information

#D18CD2 (or 0xD18CD2) is unknown color: approx Plum. HEX triplet: D1, 8C and D2. RGB value is (209,140,210). Sum of RGB (Red+Green+Blue) = 209+140+210=559 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.39% from 559); Green value is 140 (55.08% from 255 or 25.04% from 559); Blue value is 210 (82.42% from 255 or 37.57% from 559); Max value from RGB is 210 - color contains mainly: blue. Hex color #D18CD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18CD2 is #2E732D. Grayscale: #A8A8A8. Windows color (decimal): -3044142 or 13798609. OLE color: 13798609.

HSL color Cylindrical-coordinate representation of color #D18CD2: hue angle of 299.14º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D18CD2 is Cyan = 0.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB209140210-
CMYK0.000.3300.18
HSL299.14º43.75%68.63%-
HSV(B)299.14º33.33%82.35%-
XYZ47.3136.9665.61-
YUV168.61151.36156.81-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.39%
GREEN value IS 140 (55.08% from 255) = 25.04%
BLUE value IS 210 (82.42% from 255) = 37.57%
R=37.39%
G=25.04%
B=37.57%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091402100.000.3300.18299.1443.7568.63
HexD18CD202101212b2c45
Octal32121432204102245354105
Binary11010001100011001101001001000010100101001010111011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18CD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18CD2; }

 p { color: rgb(209,140,210); }

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

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

 a { background-color: rgb(209,140,210); }

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

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

 span { border-color: rgb(209,140,210); }

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