#D18CD5

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

Shades of Plum #D18CD5

Tints of Plum #D18CD5

Color information

#D18CD5 (or 0xD18CD5) is unknown color: approx Plum. HEX triplet: D1, 8C and D5. RGB value is (209,140,213). Sum of RGB (Red+Green+Blue) = 209+140+213=562 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.19% from 562); Green value is 140 (55.08% from 255 or 24.91% from 562); Blue value is 213 (83.59% from 255 or 37.90% from 562); Max value from RGB is 213 - color contains mainly: blue. Hex color #D18CD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18CD5 is #2E732A. Grayscale: #A8A8A8. Windows color (decimal): -3044139 or 13995217. OLE color: 13995217.

HSL color Cylindrical-coordinate representation of color #D18CD5: hue angle of 296.71º 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 #D18CD5 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB209140213-
CMYK0.020.3400.16
HSL296.71º46.5%69.22%-
HSV(B)296.71º34.27%83.53%-
XYZ47.6837.1267.6-
YUV168.95152.86156.56-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.19%
GREEN value IS 140 (55.08% from 255) = 24.91%
BLUE value IS 213 (83.59% from 255) = 37.90%
R=37.19%
G=24.91%
B=37.90%

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
Decimal2091402130.020.3400.16296.7146.569.22
HexD18CD52220101292e45
Octal32121432524202045156105
Binary110100011000110011010101101000100100001001010011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18CD5; }

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

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

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

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

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

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

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

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