#D18CD6

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

Shades of Plum #D18CD6

Tints of Plum #D18CD6

Color information

#D18CD6 (or 0xD18CD6) is unknown color: approx Plum. HEX triplet: D1, 8C and D6. RGB value is (209,140,214). Sum of RGB (Red+Green+Blue) = 209+140+214=563 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.12% from 563); Green value is 140 (55.08% from 255 or 24.87% from 563); Blue value is 214 (83.98% from 255 or 38.01% from 563); Max value from RGB is 214 - color contains mainly: blue. Hex color #D18CD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18CD6 is #2E7329. Grayscale: #A8A8A8. Windows color (decimal): -3044138 or 14060753. OLE color: 14060753.

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

Color convert

RGB209140214-
CMYK0.020.3500.16
HSL295.95º47.44%69.41%-
HSV(B)295.95º34.58%83.92%-
XYZ47.8137.1768.27-
YUV169.07153.36156.48-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.12%
GREEN value IS 140 (55.08% from 255) = 24.87%
BLUE value IS 214 (83.98% from 255) = 38.01%
R=37.12%
G=24.87%
B=38.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2091402140.020.3500.16295.9547.4469.41
HexD18CD62230101282f45
Octal32121432624302045057105
Binary110100011000110011010110101000110100001001010001011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18CD6; }

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

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

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

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

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

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

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

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